@lang('Student Payment ')
@isset($totalPay)
@endisset
Total Amount (S$) : {{number_format($totalPay ?? 0 ,2)}}
@endisset
@isset($data)
| # | @lang('Student name') | @lang('Class') | @lang('Date') | @lang('MR No') | @lang('Amount (S$)') |
|---|---|---|---|---|---|
| {{($loop->index + 1)}} | {{ $incomd->student->name}} | @if($incomd->student->section->class_id) @php $classNmae = getsectionData($incomd->student->section->class_id); @endphp {{$classNmae[0]->name}} @endif {{ '-' . $incomd->student->section->section_number}} | {{$incomd->trans_date}} |
reciept_number}} @lang('Collected By'): {{$incomd->trans_date}}'> {{$incomd->reciept_number}} |
{{number_format($incomd->total - $incomd->waiver?? 0 ,2)}} |
@if (foqas_setting('logo_type') == 1)
@php $logo = icpl_image(foqas_setting('express')); @endphp
@empty($logo)
@php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/favicon.png'; @endphp
@else
@endempty
@else
@php $logo = icpl_image(foqas_setting('standard')); @endphp
@empty($logo)
@php $logo = 'https://foqasacademy.s3.us-east-2.amazonaws.com/img/01/icpl.png'; @endphp
@endempty
@endif
@php
@endphp
বাংলাদেশ ল্যাংগুয়েজ এন্ড কালচারাল ফাউন্ডেশন
Bangladesh Language and Cultural Foundation
23 Chuan Terrace, Lorong Chuan, Singapore 558491 (UEN : T00SS0212J)
Tel: {{foqas_setting('phone')}} Email: {{foqas_setting('email')}} Website: www.blcf.sg
@lang('Student Payment')
@lang('Student Payment - ' ) @isset($year) {{$year}} @endisset
| # | @lang('Student name') | @lang('Class') | @lang('Date') | @lang('MR No') | @lang('Amount (S$)') |
|---|---|---|---|---|---|
| {{($loop->index + 1)}} | {{ $incomd->student->name}} | @if($incomd->student->section->class_id) @php $classNmae = getsectionData($incomd->student->section->class_id); @endphp {{$classNmae[0]->name}} @endif {{ '-' . $incomd->student->section->section_number}} | {{$incomd->trans_date}} | {{$incomd->reciept_number}} | {{number_format($incomd->total - $incomd->waiver ?? 0 ,2)}} |