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') }}
{{ $copyFor }} Corporate Collection ID # 93
{{-- @include('components.month-span', ['feeChallan' => $feeChallan]) --}}
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