{{ $totalApplications }}
{{ $answeredApplications }}
{{ $pendingApplications }}
| # | Service Name | Status | Submitted On |
|---|---|---|---|
| {{ $index + 1 }} |
{{ optional($app->service)->getLocalized('name') ?? 'N/A' }}
|
{{ ucfirst($app->status) }} |
{{ $app->created_at->format('M d, Y') }}
{{ $app->created_at->diffForHumans() }}
|
|
No applications found |
|||