@extends('admin.master', ['menu' => 'booking-pages']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('#')}} {{ __('Name')}} {{ __('Email')}} {{ __('Mobile')}} {{ __('Nationality')}} {{ __('Residency')}} {{ __('Reason')}} {{ __('Reserve')}} {{ __('Activity')}} {{ __('Comment')}} {{ __('Date')}} {{ __('Actions')}}
@push('post_scripts') @endpush @endsection