@if($document->file_path)

Attached File

{{ $document->file_name }}

{{ $document->file_size_formatted }} · {{ strtoupper(pathinfo($document->file_name, PATHINFO_EXTENSION)) }}

Download File
@else

No file attached

@can('edit-documents') Upload file @endcan
@endif