@extends('adminlte::page')
@section('title', __('modules')['dashboard']['restaurant']['reports'])
@section ('content')
{{-- Styles --}}
{{-- Body --}}
{{-- Casos de Uso --}}
@php
$is_admin = Auth::user()->role === 'administrador';
$is_enable = Auth::user()->report_permissions['has_permission'];
$is_any_filled = Auth::user()->report_permissions['statistical_summaries'] ||
Auth::user()->report_permissions['general_reports'] ||
Auth::user()->report_permissions['income_reports'];
@endphp
{{ __('reports')['restaurant']['not_allowed']['description_part_1'] }}
{{ __('reports')['restaurant']['not_allowed']['description_part_2'] }}
{{ __('reports')['restaurant']['not_allowed']['solution_part_1'] }}
{{ __('reports')['restaurant']['not_allowed']['solution_part_2'] }}
{{ __('neutral_words')['or'] }}
{{ __('reports')['restaurant']['not_allowed']['solution_part_3'] }}
{{ __('reports')['restaurant']['not_allowed']['solution_part_4'] }}
{{ __('reports')['restaurant']['statisticalSummaries'] }}
{{ __('reports')['restaurant']['title'] }}
{{ __('reports')['restaurant']['generalReports'] }}
{{ __('reports')['restaurant']['statisticalReports']['title'] }}
@else
@endif
{{ __('reports')['restaurant']['not_allowed']['title'] }}
{{-- Description --}}
{{ __('reports')['restaurant']['not_allowed']['description_part_3'] }}