/home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee
NameSizeModeActions
report/-0755rm
allocation-detail.blade.php18270644editdlrm
allocation.blade.php14460644editdlrm
concession.blade.php14440644editdlrm
group.blade.php14740644editdlrm
head.blade.php8580644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/head.blade.php (858B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('finance.fee_head').' '.trans('general.total_result_count',['count' => count($fee_heads)])}}

@foreach($fee_heads as $fee_head) @endforeach
{{trans('finance.fee_head_name')}} {{trans('finance.fee_group')}} {{trans('finance.fee_head_description')}}
{{$fee_head->name}} {{$fee_head->FeeGroup->name}} {{$fee_head->description}}
@include('print.print-layout.footer')