@php $fileSource = $currentFilePath ? asset('storage/'.$currentFilePath) : ''; $fileName = $currentFilePath ? basename($currentFilePath) : ''; $removeCurrentFile = (bool) old($removeInputName, false); @endphp
@error($inputName)
{{ $message }}
@enderror
@if ($fileSource) @endif