Payment Details
| Name |
: |
{{$personalInformation->fullName}} |
Email |
: |
{{$personalInformation->email}} |
| Phone Number |
: |
{{$personalInformation->mobileNo}} |
Address |
: |
{{$personalInformation->presentAddress}} |
{{--
| Fee Name |
Amount |
@php $feeCount = 0; @endphp
| {{@$feeInformation->name}} |
{{number_format(@$feeInformation->amount,2)}} |
|
Total:
|
{{number_format(@$feeInformation->amount,2)}} |
--}}
| Fee Name |
Amount |
@php $feeCount = 0; @endphp
@foreach($feeInformation as $fee)
| {{$fee->name}} |
{{number_format($fee->amount,2)}} |
@php $feeCount+=$fee->amount; @endphp
@endforeach
|
Total:
|
{{number_format($feeCount,2)}} |
|
Narration:
Payment Details
|
{{-- --}}