@extends('admin.layouts.master') @section('title', 'New Booking') @push('styles') {{-- Select2 CSS --}} @endpush @section('content')

New Booking

Create new enrollments and manage invoices.

Cancel
@csrf
{{-- LEFT COLUMN --}}
{{-- 1. STUDENT SELECTOR --}}
Select Student
Search by Name, ID, or Phone
{{-- Select2 Container --}}
Please select a student.
{{-- Selected View (Hidden Initially) --}}
Student Name
ID: 000 • +91 0000000000
{{-- 2. BOOKING DETAILS --}}
Booking Details
Configure course or package details
Single Course
Package Bundle
{{-- Course Section --}}
Required
Required
{{-- Package Section --}} {{-- Lead Source --}}
{{-- RIGHT COLUMN: Invoice --}}
Summary DRAFT
BASE FEE ₹0

Total Payable ₹0
Amount is required
{{-- Add Student Modal (Same as before) --}} @endsection @push('scripts') {{-- Select2 JS --}} @endpush