@extends('admin.master', ['menu' => 'booking-applications']) @section('title', isset($title) ? $title : '') @section('content')

{{ __('Search') }}

{{ __('#')}} {{ __('Book ID')}} {{ __('Name')}} {{ __('User Type')}} {{ __('status')}} {{ __('Reservation')}} {{ __('Created At')}} {{ __('Price')}} {{ __('Payment Status')}}
@push('post_scripts') @endpush @endsection