@extends('layouts.applicant') @section('content')
Student: {{$d->reg_num}} {{$d->first_name}} {{$d->middle_name}} {{$d->last_name}} |
Date | Receipt No. | Narration | Debit | Credit | |||||
---|---|---|---|---|---|---|---|---|---|
{{$d->created_at}} | @if($d->amount<0){{strtoupper($d->reference)}} | {{number_format($aa1,2)}} | @else @if($d->receipt_no=="0") | {{$d->id}} | @else{{$d->receipt_no}} | @endif{{strtoupper($d->reference)}} | {{number_format($d->amount,2)}} | @endif||
{{number_format($amt1,2)}} |
{{number_format($amt2,2)}} |
||||||||
Balance |
@if($bal>0)
{{number_format($bal,2)}} |
@else
({{number_format(0-$bal,2)}}) |
@endif |
You have not made any payment(s).Thank You.