@extends('layouts.applicant') @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if (session('status2'))
{{ session('status2') }} Skip Option 2
@endif @if (session('error'))
{{ session('error') }}
@endif @if(count($errors) > 0)
@endif @if(count($course_levels) > 0)
{{csrf_field()}}
Please Select Level, Intake and Academic Calender.Click here to find this details in the advert
kindly check the advert to ensure that you select the right academic calender and intake.

@else

The applications for all the courses is closed now

@endif
@endsection