/home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report/due.blade.php (1773B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('finance.fee_due_report').' '.trans('general.total_result_count',['count' => count($list)])}}
| {{trans('student.admission_number_short')}} |
{{trans('student.name')}} |
{{trans('academic.batch')}} |
{{trans('student.first_guardian_name')}} |
{{trans('student.contact_number')}} |
{{trans('finance.total')}} |
{{trans('finance.fee_installment_due_date')}} |
{{trans('finance.fee_overdue')}} |
{{trans('finance.late_fee')}} |
@foreach($list as $item)
| {{ $item['admission_number'] }} |
{{ $item['name'] }} |
{{ $item['batch'] }} |
{{ $item['first_guardian_name'] }} |
{{ $item['contact_number'] }} |
{{ $item['total'] }} |
{{ $item['due_date'] }} |
{{ trans('finance.fee_overdue_day', ['day' => $item['overdue']]) }} |
{{ $item['late_fee'] }} |
@endforeach
|
{{ $footer['grand_total'] }} |
|
@include('print.print-layout.footer')