@extends('layouts.app') @section('title', 'Create Equipment Reservation') @section('content')
Create New Equipment Reservation
Back to Reservations
@csrf
Equipment Selection
@error('equipment_id')
{{ $message }}
@enderror
Operating Hours:
-
Slot Duration:
-
Available Slots:
-
Date and Time Selection
@error('reservation_date')
{{ $message }}
@enderror
Hold Ctrl (or Cmd on Mac) to select multiple time slots @error('time_slot_ids')
{{ $message }}
@enderror
Select equipment and date to see available time slots
Additional Information
@error('notes')
{{ $message }}
@enderror
Reservation Summary

Select equipment and time to see reservation details

Quick Help
  • Reservations can be made for today or future dates
  • Time slots are 30 minutes by default
  • Operating hours are 6:00 AM to 6:00 PM
  • You can select multiple time slots for the same equipment
  • Hold Ctrl (or Cmd on Mac) to select multiple slots

Cancel
@endsection @push('scripts') @endpush