/home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/report/summary.blade.php (2033B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('finance.fee_summary_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_fee')}} |
{{trans('finance.total_concession')}} |
{{trans('finance.paid_fee')}} |
{{trans('finance.balance_fee')}} |
{{trans('finance.late_fee_charged')}} |
@foreach($list as $item)
| {{ $item['admission_number'] }} |
{{ $item['name'] }} |
{{ $item['batch'] }} |
{{ $item['first_guardian_name'] }} |
{{ $item['contact_number'] }} |
{{ $item['total'] }} |
{{ $item['concession'] }} |
{{ $item['paid'] }} |
{{ $item['balance'] }} |
{{ $item['late'] }} |
@endforeach
|
{{ $footer['grand_total'] }} |
{{ $footer['grand_concession'] }} |
{{ $footer['grand_paid'] }} |
{{ $footer['grand_balance'] }} |
{{ $footer['grand_late'] }} |
@include('print.print-layout.footer')