@extends('layouts.app')
@section('title', 'Create Reservation')
@section('breadcrumbs')
@endsection
@section('content')
Create New Reservation
Fill in the form to create a new booking
Booking Summary
Room:
-
Check-in:
-
Check-out:
-
Number of Nights:
0
Rate per Night:
$0.00
Total Amount:
$0.00
@endsection