@extends('layouts.admin') @section('title', 'Create Group Booking') @push('styles') @endpush @section('content') @if ($errors->any())
@endif
@csrf
Stay Details
Available Limited Full Calendar colours use the first room type
Room and Package
@php $oldRooms = old('rooms', [['room_type_id' => '', 'room_id' => '', 'package_id' => '', 'adults' => 2, 'children' => 0]]); @endphp @foreach($oldRooms as $i => $line)
Room {{ $i + 1 }}
Select type and dates to load rooms.
@endforeach
Group / Guest
Total Price
Select dates and rooms to calculate
Subtotal
Discount
Tax
Service charge
Total
    Cancel
    Payment details
    Room Type Availability
    Loading availability…
    @endsection @push('scripts') @endpush