@extends('layouts.applicant') @section('content')
@if (session('status'))
{{ session('status') }}
@endif

KENYA MEDICAL TRAINING COLLEGE

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($details)) @foreach($details as $d) @endforeach Download
Student: {{$d->reg_num}} {{$d->first_name}} {{$d->middle_name}} {{$d->last_name}}  
@foreach($details as $d) @if($d->amount<0) @else @if($d->receipt_no=="0") @else @endif @endif @endforeach @if($bal>0) @else @endif
Date Receipt No. Narration Debit Credit
{{$d->created_at}}   {{strtoupper($d->reference)}} {{number_format($aa1,2)}}  {{$d->id}}{{$d->receipt_no}}{{strtoupper($d->reference)}}   {{number_format($d->amount,2)}}

{{number_format($amt1,2)}}


{{number_format($amt2,2)}}


Balance


 

{{number_format($bal,2)}}


({{number_format(0-$bal,2)}})


 
@else

You have not made any payment(s).Thank You.

@endif
@stop