@extends('layouts.admin') @section('title', 'Unit Inspector Applications') @section('page-title', 'Dashboard') @section('content')
| # | Application Number | Applicant Name | Society Name | Status | Date | Action |
|---|---|---|---|---|---|---|
| {{ $start + $key }} | {{ $app->application_number ?? 'N/A' }} | {{ $app->name ?? ($app->childs_name ?? 'N/A') }} | {{ $app->society->name ?? 'N/A' }} | {{ $app->ApplicationStatus->status_name ?? '-' }} | {{ $app->created_at->format('d-m-Y') }} | View |
No applications found for this Unit Inspector.
@endif