@extends('admin.layouts.master') @section('title', 'Schedule New Batch') @push('styles') @endpush @section('content')
@csrf {{-- 1. STICKY HEADER --}}
{{-- LEFT COLUMN --}}
{{-- A. COURSE SELECTION --}}
Course Selection
Please select a course.
{{-- Dynamic Preview --}}
SELECTED
Course Name
CODE: 000
{{-- B. SCHEDULE --}}
Timeline & Schedule
{{-- Dates --}}
Start date required.
End date required.
{{-- Duration Alert --}} {{-- Times --}}
{{-- C. BATCH IDENTITY --}}
Batch Identity
Batch Name is required.
Batch Code is required.
{{-- RIGHT COLUMN --}}
{{-- D. CAPACITY --}}
Capacity & Location
Students
Total seats required.
{{-- E. SETTINGS --}}
Settings
Defaults to 1 day before start.
Open Booking
Allow students to book now?
@endsection @push('scripts') @endpush