@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection @section('banner-button') {{ __('messages.calender_view') }} @endsection @section('content')
@if(auth()->user()->can('edit_booking') || auth()->user()->can('delete_booking'))
@endif
{{-- --}}

{{ __('booking.lbl_advanced_filter') }}

@endsection @push('after-styles') @endpush @push('after-scripts') @endpush