@extends('admin.app') @section('content')
{{ Breadcrumbs::render('reservation-report') }}

{{ __('reports.reservation_report') }}

@if(auth()->user()->myrole == 3) @else
@endif
{{ __('levels.restaurant_name') }} {{ __('levels.table') }} {{ __('levels.date') }} {{ __('levels.slot') }} {{ __('levels.guest') }} {{ __('levels.name') }}
@endsection @push('css') @endpush @push('js') @endpush