{{ $title }}

{{-- @forelse($documents as $document) --}} @forelse($documents->filter(fn($doc) => !empty(trim($doc->document ?? ''))) as $document) @empty @endforelse
S.No File Name Date Action
{{ $loop->iteration }} {{ $document->title }} {{ $document->created_at ? date(config('choicescrm.date_format_forms'), strtotime($document->created_at)) : '' }} @php $allowed = ['doc', 'docx']; $ext = pathinfo($document->document, PATHINFO_EXTENSION); @endphp @if(in_array($ext, $allowed)) @else @endif
No documents found