@if ($programme['education_level'] == 'bachelor')
@if (TCUStatus($programme['TCU_code'])) Something went wrong in your admission
@else
@if ($tcu_status=TCUStatus($programme['TCU_code'])['AdmissionStatusCode'] == '225')
@include('components.multiple-admission')
@elseif ($tcu_status == '226')
You have been admitted successful to this Institution!
Course: {{ $programme['TCU_code'] }}
@endif
@endif
@else
You have been successful admitted, please check the attached admission letter sent to your email ({{ applicant()->email }}) or click here to download again.
@endif