@extends('layouts.main-layout') @section('title') Create New Reservation | Dashboard @endsection @section('content')

Create New Reservations

@csrf
Room #103

Booking Information


Price per night:
{{-- data will be injected from javascript --}}
Guest Information
@component('admin.includes.loader') @endcomponent @endsection @section('js') @endsection