@extends('layouts.applicant') @section('content')
@if (session('status'))
{{ session('status') }}
@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. For example for 2019 march intake, Academic calender is 2018/2019 and intake is march. For september 2019, calender is 2019/2020 and intake is september

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