{{ __('Officer Dashboard') }}
| Applicant | Service | Date | Status |
|---|---|---|---|
| {{ $application->user->name ?? 'N/A' }} | {{ $application->service->getLocalized('name') ?? 'Unknown' }} | {{ $application->created_at->format('M d, Y') }} | {{ ucfirst($application->status) }} |
| No applications found | |||
| Service | Applications | Share |
|---|---|---|
| {{ $service->service->getLocalized('name') ?? 'Unknown' }} | {{ $service->total }} |
|
{{ $onlineDiffPercent }}%
@else{{ abs($onlineDiffPercent) }}%
@endif{{ $physicalDiffPercent }}%
@else{{ abs($physicalDiffPercent) }}%
@endif{{ $rec['message'] }}
Next Step: {{ $rec['action'] }}