Cancelled Applications Cancelled Applications {{-- Test --}}
@foreach ($applications as $application) @endforeach
Sr No Application No Student Name School Date Of Birth Standard Distance Cancel Reason Father Name Action
{{ $loop->iteration }} #{{ $application->application_no }} {{ $application->first_name }} {{ $application->last_name }} {{ $application->school?->name }} {{ Carbon\Carbon::parse($application->dob)->format('d M, Y') }} {{ $application->standard?->name }} {{ $application->distance_name }} {{ $application->cancel_reason }} {{ $application->parents[0]->first_name }} {{ $application->parents[0]->last_name }}