@extends('admin.master', ['menu' => 'booking-pages', 'submenu' => 'lodging-booking']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('#')}} {{ __('Book ID')}} {{ __('Status')}} {{ __('Name')}} {{ __('User Name')}} {{ __('Type')}} {{ __('Capacity')}} {{ __('Quantity')}} {{ __('Reservation')}} {{ __('Special Request')}} {{ __('Mobile')}} {{ __('Email')}} {{ __('From')}} {{ __('To')}} {{ __('Price')}} {{ __('Discount')}}
@push('post_scripts') @endpush @endsection