KENYA MEDICAL TRAINING COLLAGE
P.O Box 30195 00100 NAIROBI
Tel: 020 2725711/2/3/4 Fax: 0202722907
Mobile Phone 020 2725711/2/3/4
Email info@kmtc.ac.ke Wesite: www.kmtc.ac.ke
@if(!empty($status)){{$status}} @endif
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
#
Course
Choice
Students
@if(count($courses)>0) @foreach($courses as $c)
{{$count++}}
{{$c->course}}
{{$c->choice}}
{{number_format($c->applied)}}
@endforeach
Total
{{number_format($appfre)}}
@endif