@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()}}

Select Level

Select Course

Review


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.

Please Select Course:

Courses listed here, are the courses your are qualified for. If no course is displayed kindly check the advert to make sure that you're qualified for the course you want to apply

Selected course:

@else

The applications for all the courses is closed now

@endif
@endsection