@extends('admin.layouts.master') @section('title', 'Upload Documents') @push('styles') @endpush @section('content')
{{-- 1. SEARCH SECTION --}}

Upload Booking Documents

Enter a Booking ID to manage mandatory documents.

{{-- 2. RESULTS SECTION --}}
{{-- LEFT: DETAILS CARD --}}
Booking Details
S

Code:

Student:

Course:

{{-- RIGHT: DOCUMENT LIST WITH UPLOAD --}}
Required Documents
{{-- JS Populates This --}}
Document Name Type Status / Action
{{-- OPTIONAL: EXTRA UPLOAD SECTION (For docs not in the list) --}}
Upload Miscellaneous Document
@endsection @push('scripts') @endpush