View - application ID {{ $application->tracking_number }}
@if (!$application->submitted)           @endif
@include('components.loading') @php $programme = $application->programme @endphp

@if (!$application->submitted) Application is not yet Submitted, please submit as soon as possible before the deadline. @else @if ($application->admitted != null && !$application->admitted) Application rejected by ESAMI due to {{ $application->reason_for }}.

We thank you for your interest in our {{ $programme['code'] }} Programme. @elseif($application->admitted) @include('components.accepted') @if ($application->accepted==false)

Seems you have not yet accepted the offer to join ESAMI, if interested to join please click here to accept and use {{ $application->tracking_number }} as verification code. Ignore this message otherwise.
@endif @else Application reviewing in progress @endif @endif

Tracking # {{ $application->tracking_number }}
Programme appplied {{ $programme['TCU_code'] }} - {{ $programme['name'] }}
Campus {{ $application->campus->name }}
@include('components.confirm')