@if ($attachment = $application->attachments->firstWhere('type', $formDetail->option_key))

{{ basename($attachment->path) }}

@else

No attachment found.

@endif