@extends('adminlte::page') @section('title', 'Booking Request') @section('content_header') @stop @section('content')

Booking Request

Add/Edit Booking Request

@csrf
{{--

--}} {{--

--}}
@if(!empty($booking_request)) Existing @endif      

@stop @section('js') @include('admin.booking-request.scripts.index') @stop