{{-- Success Message --}} @if (session('msg')) @endif {{-- Search Form --}}
UnRead Read
Unread Documents
Total: {{ $count }}
@foreach ($sendRecieved as $doc) @endforeach
# ID Code Letter No Title Sender Destination Created At Actions
{{ $loop->iteration + ($sendRecieved->currentPage() - 1) * $sendRecieved->perPage() }} {{$doc->id}} {{ $doc->letter_number ?? '-' }} {{ $doc->document_title ?? '-' }} {{ $doc->from_desk->name ?? ($doc->destination->name_ps ?? 'N/A') }} {{ $doc->to_desk->name ?? 'Unknown' }} {{ $doc->created_at->format('Y-m-d') }} View
{{-- Laravel Pagination --}}
{{ $sendRecieved->withQueryString()->links('pagination::bootstrap-4') }}