@include('print.student-fee.includes.institution-detail')
@include('print.student-fee.includes.studentinfo-due')
@include('print.student-fee.includes.print-footer')
{{--
DUE DETAIL SLIP
--}}DUE REMINDER SLIP
@include('print.student-fee.includes.studentinfo-due')
| SN | SEM/SEC | Head | Due Date | Amount | Di | Fi | Paid | Due |
|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ ViewHelper::getSemesterById($feeMaster->semester) }} | {{ ViewHelper::getFeeHeadById($feeMaster->fee_head) }} | {{ \Carbon\Carbon::parse($feeMaster->fee_due_date)->format('Y-m-d') }} | {{ $feeMaster->fee_amount?$feeMaster->fee_amount:'-' }} | {{ $feeMaster->discount?$feeMaster->discount:'-' }} | {{ $feeMaster->fine?$feeMaster->fine:'-' }} | {{ $feeMaster->paid_amount?$feeMaster->paid_amount:'-' }} | {{ $feeMaster->due?$feeMaster->due:'-' }} |
| Balance In Word: {{ ViewHelper::convertNumberToWord($student->balance) }}. | Total Balance :{{$student->balance}}/- | |||||||