@extends('backend.layouts.app')
{{--@section('store-name', $store->name)--}}
@section( 'content' )
@include('backend.booking.table-reservation.index-ajax')
@include('backend.booking.table-reservation._form')
@endsection
@section('after-scripts')
@endsection