{{ $label ?? __("validation.attributes.$name") }}
@if(!isset($hideUploadedFile)) @if($file = Form::getValueAttribute($name)) {{ $file->file_name }} @else {{ __('Nincs feltöltött fájl') }} @endif @endif