/home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report
NameSizeModeActions
cancelled.blade.php00644editdlrm
concession.blade.php18860644editdlrm
due.blade.php17730644editdlrm
online.blade.php00644editdlrm
payment.blade.php17220644editdlrm
summary.blade.php20330644editdlrm
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)])}}

@foreach($list as $item) @endforeach
{{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')}}
{{ $item['receipt_no'] }} {{ $item['name'] }} {{ $item['batch'] }} {{ $item['first_guardian_name'] }} {{ $item['contact_number'] }} {{ currency($item['amount']) }} {{ $item['date'] }} {{ $item['account'] }} {{ $item['payment_method'] }}
{{ $footer['grand_total'] }}
@include('print.print-layout.footer')