My applications
@include('components.loading')
@if (count($applications)) @foreach ($applications as $key) @endforeach
# Applied at Application ID Campus Programme Status Reason for
{{ ++$loop->index }} {{ date('Y-m-d H:i',strtotime($key->created_at)) }} {{ $key->tracking_number }} {{ $key->campus->name }} {{ $key->programme->code }} - {{ $key->programme->name }} @if (!$key->submitted) Not submitted @else @if($key->admitted) Admitted @elseif($key->admitted != null && !$key->admitted) Rejected @else Under review @endif @endif {{ $key->reason_for??'-'}}
@if (!$key->submitted)     @endif
@else

No application made yet.

@endif