Applications Report

Generated on: {{ now()->format('d M Y, h:i A') }}

@forelse($applications as $app) @empty @endforelse
# Applicant Application No District Taluk Unit Society Status
{{$loop->iteration}} {{ $app->name }} {{$app->application_number}} {{ $app->society?->District?->district ?? 'N/A' }} {{ $app->society?->Taluk?->taluk_name ?? 'N/A' }} {{ $app->society?->Unit?->name ?? 'N/A' }} {{ $app->society?->name ?? 'N/A' }} {{ $app->applicationStatus?->status_name ?? 'N/A' }}
No records found