@extends('layouts.room-booking-master') @section('css') @endsection {{-- @section('title') @endsection --}} @section('content') @component('admin.room-booking.breadcrumb') @slot('li_1') {{-- Booking List --}} @endslot @slot('title') Booking List @endslot @endcomponent

{{-- Booking List --}}

@if (session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- --}}
# Customer Booked Rooms Booking Dates Check In Check Out Total Amount Total AdvanceStatusAction
{{-- customer add Modal --}} {{-- QuickReceipt Modal --}} {{-- check in check out Modal --}} {{-- --}} {{-- check in Modal --}} {{-- check Out Modal --}} @endsection @section('script') @endsection