@php $attachment = $application->attachments->firstWhere('type', $formDetail->option_key); @endphp
@if ($attachment) {{ basename($attachment->path) }} @else No attachment found @endif