@extends('layouts.admin') @section('title', 'Executive Dashboard') @section('header_title', 'Executive Dashboard') @section('content')
| Applicant | District | Contact | Status | Submitted | Action |
|---|---|---|---|---|---|
| {{ $app->district }} |
{{ $app->whatsapp_number ?: $app->mobile_number }}
{{ $app->email }}
|
@if($app->status == 'pending') @endif {{ ucfirst(str_replace('_', ' ', $app->status)) }} | {{ $app->created_at->format('d M Y') }} | ||
| No submissions recorded yet. | |||||
No district data available.
@endforelseExport verified registrations or review incoming website inquiries.