@extends(BaseHelper::getAdminMasterLayoutTemplate()) @push('header-action') {{ trans('plugins/hotel::booking-reports.date_range_format_value', [ 'from' => BaseHelper::formatDate($startDate), 'to' => BaseHelper::formatDate($endDate), ]) }} @endpush @section('content')
@include('plugins/hotel::reports.ajax')
@endsection @push('footer') @endpush