{{-- Title --}} {!! $title !!} {{-- Meta (optional) --}} {{ optional($content->created_at)->format('Y-m-d') }} {{-- Image (optional) --}} @if ($imageUrl) @endif {{-- Description --}} @if($desc) {!! $desc !!} @else No description available for this item. @endif {{-- File Download --}} @if ($downloadUrl) {{ $content->file_name ?? 'Download file' }} @if($content->file_mime) {{ $content->file_mime }} @endif @if($content->file_size) • {{ $humanSize($content->file_size) }} @endif Download @endif