@if (session('status'))
{{ session('status') }}
@endif
@if (session('status2'))
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if(count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(count($course_levels) > 0)
@else
The applications for all the courses is closed now
@endif
@endsection