@extends('layouts.applicant') @section('content')
@if(count($courses)>0)
Select Course
{{ csrf_field() }}
@else
Scholarship program application have been closed.
@endif
@stop