/home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/finance/fee/allocation.blade.php (1446B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('finance.fee_allocation').' '.trans('general.total_result_count',['count' => count($fee_allocations)])}}
| {{trans('academic.batch')}} |
{{trans('finance.fee_group')}} |
{{trans('general.created_at')}} |
{{trans('general.updated_at')}} |
@foreach($fee_allocations as $fee_allocation)
| {{$fee_allocation->Batch->batch_with_course}} |
@foreach($fee_allocation->FeeAllocationGroups as $fee_allocation_group)
- {{$fee_allocation_group->FeeGroup->name.' ('.$fee_allocation_group->FeeInstallments->count().trans('finance.installment').')'}}
@endforeach
|
{{showDateTime($fee_allocation->created_at)}} |
{{showDateTime($fee_allocation->updated_at)}} |
@endforeach
@include('print.print-layout.footer')