@include('print.student-fee.includes.print-header')
@include('print.student-fee.includes.institution-detail')
@include('print.student-fee.includes.studentinfo')
@include('print.student-fee.includes.print-footer')
CLLECTION - SLIP
@include('print.student-fee.includes.studentinfo')
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.