@include('layouts.includes.template_setting')
@include('print.student-fee.includes.print-header')
@include('print.student-fee.includes.institution-detail')
CLLECTION - SLIP

@include('print.student-fee.includes.studentinfo')
@if($data['fee_collection']) @php($i=1) @endif
Head Due Date Amount Date PaidAmount
{{ $i }} {{ ViewHelper::getSemesterById($data['fee_collection']->feeMasters->semester) }} {{ ViewHelper::getFeeHeadById($data['fee_collection']->feeMasters->fee_head) }} {{ \Carbon\Carbon::parse($data['fee_collection']->feeMasters->fee_due_date)->format('Y-m-d') }} {{ $data['fee_collection']->feeMasters->fee_amount }} {{ \Carbon\Carbon::parse($data['fee_collection']->date)->format('Y-m-d') }} {{ $paid = $data['fee_collection']->paid_amount }}
Total :{{$paid}}/-
In Word: {{ ViewHelper::convertNumberToWord($paid) }}only.
@include('print.student-fee.includes.print-footer')