Payments
@include('components.controls',['data' => $payments])
@if (count($payments)) @foreach ($payments as $key) @endforeach
# Date For Student Amount Account Receipt #
{{ ++$offset }} {{ $key->date }} {{ $key->category }} {{ $key->student->registration_number }} {{ number_format($key->amount,2) }} {{ $key->currency->code }} {{ $key->account }} {{ $key->receipt_number }}
 
@else

No payment yet

@endif
@include('payments.add') @include('payments.edit')