@include('print.includes.institution-detail')
@include('print.student-fee.includes.print-footer')
DUE DETAIL - SLIP
@include('print.student-fee.includes.studentinfo')
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:'' }} |
Total | {{ $data['feemaster']->sum('fee_amount') }} | {{ $data['feemaster']->sum('discount') }} | {{ $data['feemaster']->sum('fine') }} | {{ $data['feemaster']->sum('paid_amount') }} | {{ $data['student']->balance?$data['student']->balance:'' }} | |||
Total Balance :{{$data['student']->balance}}/-
Balance In Word: {{ ViewHelper::convertNumberToWord($data['student']->balance) }}only.