@extends('admin.layouts.master') @section('title', 'Assign Resources') @push('styles') @endpush @section('content')
{{-- 1. LEFT SIDEBAR (Course Select) --}}
{{-- 2. MAIN CONTENT (Grid) --}}
{{-- Loader --}}
{{-- Empty State --}}
No Course Selected

Please select a course from the sidebar to begin assigning materials.

{{-- Form Container --}}
@csrf {{-- Toolbar --}}
Library Materials

Check the items you want to assign.

{{-- Grid --}}
@foreach ($materials as $mat)
@endforeach
{{-- No Search Results --}}

No materials found matching your search.

{{-- Sticky Footer --}}
@endsection @push('scripts') @endpush