@extends('layouts.applicant') @section('content')
@if(!empty($message))
{{$message}}
@endif @if($applied>=1)

You Have reached the maximum number of applications for this intake.

Thank You For Using this Service.

@elseif($higherapp>0)

OOPs!!Access Denied.

Thank You For Using this Service.

@elseif(!empty($note))
{{$note}}
@else
@if(!empty($status))
{{$status}}
@endif
Fill in the form for choice beyond zero
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
The Two last Subjects Should not be The same.Choose a different Subject.
@endif
@stop