{{-- Toolbar --}}
{{-- Search --}}
{{-- Type Filter --}}
{{-- Loading Indicator --}}
Loading...
{{-- Table --}}
@forelse($materials as $mat) {{-- 1. Details --}} {{-- 2. Format Badge --}} {{-- 3. Access Info --}} {{-- 4. Date --}} {{-- 5. Actions (Triggers Global JS) --}} @empty @endforelse
Resource Details Format Access Date Actions
{{-- Icon Logic --}}
@if ($mat->type == 'pdf') @elseif($mat->type == 'video') @else @endif
{{ $mat->title }}
@if ($mat->type == 'pdf') {{ $mat->file_size ?? 'N/A' }} @else Open Link @endif
@if ($mat->type == 'pdf') PDF @elseif($mat->type == 'video') Video @else Link @endif @if ($mat->is_downloadable) Downloadable @else View Only @endif {{ $mat->created_at->format('M d, Y') }}
No materials found

Try adjusting your search or filters.

{{-- Footer Pagination --}}
Showing {{ $materials->firstItem() ?? 0 }} to {{ $materials->lastItem() ?? 0 }} of {{ $materials->total() }} results
@if ($materials->hasPages()) @endif