{{-- --}} {{-- --}}
School Logo Bank Logo
challan no: {{ $feeChallan['challan_no'] }}
{{ $feeChallan['lookup_school_id_name'] }}
Child full name: @php $dueDate = \Carbon\Carbon::parse($feeChallan['challan_due_date']); $validityDate = $dueDate->copy()->addDays($feeChallan['challan_validity_days']); $issueDate = \Carbon\Carbon::parse($feeChallan['issue_date']); @endphp Due Date: {{ $dueDate->format('M d, Y') }} Roll No: {{ $feeChallan['student_registration_no'] }} Group: {{ $student['lookup_class_section_id_name'] }} {{ ucwords($student['full_name']) }} Issue Date: {{ $issueDate->format('Y-m-d') }} Validity Date: {{ $validityDate->format('M d, Y') }}
Parent Copy Corporate Collection ID # 93
Month @if (!empty($feeChallan['student_fee_tag']) && $feeChallan['student_fee_tag'] == 'Quarter') {{ \Carbon\Carbon::create($feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1)->format('M Y') }} - {{ \Carbon\Carbon::create($feeChallan['challan_year_to'], $feeChallan['challan_month_to'], 1)->format('M Y') }} @elseif (empty($feeChallan['student_fee_tag'])) @php $start = \Carbon\Carbon::create( $feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1, ); $end = \Carbon\Carbon::create( $feeChallan['challan_year_to'], $feeChallan['challan_month_to'], 1, ); $dates = []; while ($start->lte($end)) { $dates[] = $start->format('M Y'); $start->addMonth(); } @endphp {{ implode(', ', $dates) }} @else {{ \Carbon\Carbon::create($feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1)->format('M Y') }} @endif
Total Amount before due date {{ number_format($feeChallan['challan_amount'], 0, '.', ',') }}
Late Fee {{ number_format($feeChallan['challan_late_charges'], 0, '.', ',') }}
Total Amount after due date {{ number_format($feeChallan['challan_amount_after_due_date'], 0, '.', ',') }}
Fee Collection will only be through cash Note : This is computer generated challan does not need signature and stamp
challan no: {{ $feeChallan['challan_no'] }}
{{ $feeChallan['lookup_school_id_name'] }}
Child full name: @php $dueDate = \Carbon\Carbon::parse($feeChallan['challan_due_date']); $validityDate = $dueDate->copy()->addDays($feeChallan['challan_validity_days']); $issueDate = \Carbon\Carbon::parse($feeChallan['issue_date']); @endphp Due Date: {{ $dueDate->format('M d, Y') }} Roll No: {{ $feeChallan['student_registration_no'] }} Group: {{ $student['lookup_class_section_id_name'] }} {{ ucwords($student['full_name']) }} Issue Date: {{ $issueDate->format('Y-m-d') }} Validity Date: {{ $validityDate->format('M d, Y') }}
Bank Copy Corporate Collection ID # 93
Month @if (!empty($feeChallan['student_fee_tag']) && $feeChallan['student_fee_tag'] == 'Quarter') {{ \Carbon\Carbon::create($feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1)->format('M Y') }} - {{ \Carbon\Carbon::create($feeChallan['challan_year_to'], $feeChallan['challan_month_to'], 1)->format('M Y') }} @elseif (empty($feeChallan['student_fee_tag'])) @php $start = \Carbon\Carbon::create( $feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1, ); $end = \Carbon\Carbon::create( $feeChallan['challan_year_to'], $feeChallan['challan_month_to'], 1, ); $dates = []; while ($start->lte($end)) { $dates[] = $start->format('M Y'); $start->addMonth(); } @endphp {{ implode(', ', $dates) }} @else {{ \Carbon\Carbon::create($feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1)->format('M Y') }} @endif
Total Amount before due date {{ number_format($feeChallan['challan_amount'], 0, '.', ',') }}
Late Fee {{ number_format($feeChallan['challan_late_charges'], 0, '.', ',') }}
Total Amount after due date {{ number_format($feeChallan['challan_amount_after_due_date'], 0, '.', ',') }}
Fee Collection will only be through cash Note : This is computer generated challan does not need signature and stamp
challan no: {{ $feeChallan['challan_no'] }}
{{ $feeChallan['lookup_school_id_name'] }}
Child full name: @php $dueDate = \Carbon\Carbon::parse($feeChallan['challan_due_date']); $validityDate = $dueDate->copy()->addDays($feeChallan['challan_validity_days']); $issueDate = \Carbon\Carbon::parse($feeChallan['issue_date']); @endphp Due Date: {{ $dueDate->format('M d, Y') }} Roll No: {{ $feeChallan['student_registration_no'] }} Group: {{ $student['lookup_class_section_id_name'] }} {{ ucwords($student['full_name']) }} Issue Date: {{ $issueDate->format('Y-m-d') }} Validity Date: {{ $validityDate->format('M d, Y') }}
School Copy Corporate Collection ID # 93
Month @if (!empty($feeChallan['student_fee_tag']) && $feeChallan['student_fee_tag'] == 'Quarter') {{ \Carbon\Carbon::create($feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1)->format('M Y') }} - {{ \Carbon\Carbon::create($feeChallan['challan_year_to'], $feeChallan['challan_month_to'], 1)->format('M Y') }} @elseif (empty($feeChallan['student_fee_tag'])) @php $start = \Carbon\Carbon::create( $feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1, ); $end = \Carbon\Carbon::create( $feeChallan['challan_year_to'], $feeChallan['challan_month_to'], 1, ); $dates = []; while ($start->lte($end)) { $dates[] = $start->format('M Y'); $start->addMonth(); } @endphp {{ implode(', ', $dates) }} @else {{ \Carbon\Carbon::create($feeChallan['challan_year_from'], $feeChallan['challan_month_from'], 1)->format('M Y') }} @endif
Total Amount before due date {{ number_format($feeChallan['challan_amount'], 0, '.', ',') }}
Late Fee {{ number_format($feeChallan['challan_late_charges'], 0, '.', ',') }}
Total Amount after due date {{ number_format($feeChallan['challan_amount_after_due_date'], 0, '.', ',') }}
Fee Collection will only be through cash Note : This is computer generated challan does not need signature and stamp