@csrf
Make an application
@include('components.bs-steps-header',['steps'=>['payment','apply']])
@error('campus_id') {{ $message }} @enderror
@if ($campus_id)
Below is the list of open intakes in this vanue/campus. @php $i = 1 @endphp @forelse ($intakes as $item) @empty @endforelse
Intake Start/Started
{{ $i++ }} {{ $item['name']}} {{ date('M j, Y',strtotime($item['admission_starts'])) }}
No open intake in this venue. Choose another venue
@if (count($intakes))
If interested in one among, Pay the application fee which is USD 30 through bank account number 9988837849{{ $campus_id }}, and attach the fee payment slip below:
@error('payslip') {{ $message }} @enderror
@endif @endif
@error('cv') {{ $message }} @enderror
@error('recommendation_letter') {{ $message }} @enderror
@if (count($programmes))
Select programme
@foreach ($programmes as $programme) @endforeach
# Programme
{{ ++$loop->index }} {{ $programme['TCU_code'] ." - (". $programme['code'] }}) {{ $programme['name'] }}
@else

No programme yet

@endif