{{-- Fallback Viewer Component Displayed when no specific viewer is available for the file type. Variables: - $url: The URL of the file (optional) - $item: The FileSystemItem model (optional) - $fileType: The FileTypeContract instance (optional) --}} @php $url = $url ?? null; $item = $item ?? null; $fileType = $fileType ?? null; @endphp
Preview not available
This file type cannot be previewed in the browser.
@if($fileType)
Type: {{ $fileType->label() }}
@endif