Application Details
Applicant Name:

{{ $app->user->name}}

Application Number:

{{ $app->application_number }}

Service:

{{ $app->service->getLocalized('name') }}

Description:
{!! $app->description !!}
Status: {{ ucfirst($app->status) }}
Documents
@if($app->files) Download File @else
No documents uploaded.
@endif
<