@extends('layouts.app') @section('title', __('Student Payment List')) @section('content')
@include('layouts.leftside-menubar')
@include('components.pages-bar',['pageTitle' =>''. trans('Manage Accounts').' / '.trans('Student Payment ').'']) @include('components.sectionbar.accounts-bar')
@lang('Student Payment ')
@csrf
{!! Form::text('from', $date ?? date('01-m-Y'), array('id' => 'date', 'class' => 'form-control datepicker','autocomplete' => 'off')) !!} @error('from') {{ trans($message) }} @enderror
{!! Form::text('to', $date ?? date('t-m-Y'), array('id' => 'date', 'class' => 'form-control datepicker','autocomplete' => 'off')) !!} @error('to') {{ trans($message) }} @enderror
@isset($totalPay)
Total Amount (S$) : {{number_format($totalPay ?? 0 ,2)}}
@endisset @isset($data)
@foreach($data as $incomd) @endforeach
# @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)}}
@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

@foreach($data as $incomd) @endforeach
# @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)}}
@endisset
@push('script') @endpush @push('script') @isset($data) @endisset @endpush @endsection