{{-- --}}
{{----}}{{$invoice->school['address']}}(UEN : T00SS0212J)
Tel:{{foqas_setting('phone')}} Email: {{foqas_setting('email')}} Website: www.blcf.sg
Money Receipt
| @lang('MR No') : | {{$invoice->reciept_number}} | @lang('Date') : | {{date('d-m-Y',strtotime($invoice->trans_date))}} | ||
| @lang('Student ID') : | {{$invoice->student['student_code']}} | @lang('Session') : | @isset($invoice->student->studentInfo) {{getSessionById($invoice->student->studentInfo['session'],'schoolyear')}} {{-- {{\Illuminate\Support\Str::limit($invoice->reciept_number,4)}}--}} @endisset | ||
| @lang($cName) : | {{$invoice->student->section->class['name']}} - {{$invoice->student->section['section_number']}} | @lang('Roll') : | {{$invoice->student->studentInfo['class_roll']}} | ||
| @lang('Status') : | {!! residentstatus($invoice->student->studentInfo['singaporepr'],true) !!} | @lang('Branch') : | {{$invoice->student->studentInfo->house['name'] ?? 'N/A'}} | ||
| @lang('Received From') : | {{$invoice->student['name']}} | ||||
| @lang('Date') : | {{date('d-m-Y',strtotime($invoice->trans_date))}} | ||
| @lang('Session') : | @isset($invoice->student->studentInfo) {{getSessionById($invoice->student->studentInfo['session'],'schoolyear')}} @endisset | ||
| @lang('Roll') : | {{$invoice->student->studentInfo['class_roll']}} | ||
| @lang('Status') : | {!! residentstatus($invoice->student->studentInfo['singaporepr'],true) !!} | ||
|
|
|
@foreach($invoice->paymentDetail as $in)
@if(str_replace(' ','',strtolower($in->due->fee->account_sector["name"])) == 'tuitionfees' || 'tuitionfee' || 'tuitionad')
|
@break
@endif
@endforeach
|
|
|
|
|---|---|---|---|---|---|---|
| {{$i++}} | {{$in->due->fee->account_sector["name"]}} | @if($isTuitionFee)@if($in->month == 1) {{$in->month}} Month @else {{$in->month}} Months @endif | @endif{{number_format( $in["amount"],2)}} @if($isTuitionFee) * @endif {{$in->month}} | @if(number_format($isTuitionFee ? $tuitionWv : $in["waiver"],2) == 0) {{'--'}} @else {{number_format($isTuitionFee ? $tuitionWv : $in["waiver"],2)}} @endif | {{number_format($isTuitionFee ? $tuitionTotal : ($in["amount"]),2)}} | |
|
{{-- @php--}}
{{-- $dates = explode('-',$in->month_des);--}}
{{-- print_r($dates);--}}
{{-- @endphp--}}
{{$in->month_des}}
|
||||||
| @lang('Sub Total : ') | {{number_format($invoice->total,2)}} | @if(number_format($invoice->waiver,2) == 0){{'--'}} | @else{{number_format($invoice->waiver,2)}} | @endif{{number_format($invoice->total-$invoice->waiver,2)}} | ||
| @lang('Grand Total : ') | S${{number_format($invoice->total-$invoice->waiver,2)}} | |||||