@if ($showTypeSelector)
@else
@if ($type === 'image') @elseif ($type === 'video') @elseif ($type === 'document') @elseif ($type === 'audio') @endif {{ $type }}
@endif

{{ t('click_to_select') }} {{ t('or_drag_and_drop') }}

{{ t('up_to') }} MB

{{ t('file_preview') }}

{{ t('file_selected_ready_upload') }}

@error('file')

{{ $message }}

@enderror @if ($fileUrl)

{{ t('file_preview') }}

@if ($type === 'image')
Uploaded image preview
@elseif ($type === 'video')
@elseif ($type === 'audio')
@else @endif
{{ t('file_uploaded_successfully') }}
@endif