/home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report/payment.blade.php (1722B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('finance.fee_payment_report').' '.trans('general.total_result_count',['count' => count($list)])}}
| {{trans('finance.receipt_no')}} |
{{trans('student.name')}} |
{{trans('academic.batch')}} |
{{trans('student.first_guardian_name')}} |
{{trans('student.contact_number')}} |
{{trans('finance.amount')}} |
{{trans('finance.date')}} |
{{trans('finance.account')}} |
{{trans('finance.payment_method')}} |
@foreach($list as $item)
| {{ $item['receipt_no'] }} |
{{ $item['name'] }} |
{{ $item['batch'] }} |
{{ $item['first_guardian_name'] }} |
{{ $item['contact_number'] }} |
{{ currency($item['amount']) }} |
{{ $item['date'] }} |
{{ $item['account'] }} |
{{ $item['payment_method'] }} |
@endforeach
|
{{ $footer['grand_total'] }} |
|
@include('print.print-layout.footer')