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