/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/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)])}}

@foreach($list as $item) @endforeach
{{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')}}
{{ $item['admission_number'] }} {{ $item['name'] }} {{ $item['batch'] }} {{ $item['first_guardian_name'] }} {{ $item['contact_number'] }} {{ $item['total'] }} {{ $item['concession'] }} {{ $item['paid'] }} {{ $item['balance'] }} {{ $item['late'] }}
{{ $footer['grand_total'] }} {{ $footer['grand_concession'] }} {{ $footer['grand_paid'] }} {{ $footer['grand_balance'] }} {{ $footer['grand_late'] }}
@include('print.print-layout.footer')