{{__('dashboard.cumulative_attendance')}}
@foreach($attendance as $key => $att) @if($key !== 'total') @elseif($key == 'total') @endif @endforeach
{{__('dashboard.typeaccess')}} {{__('main.total')}}
{{$key}} {{$att->total ?? 0}}
{{__('main.total')}} {{$att->total ?? 0}}
{{__('dashboard.typeaccess_product_attendance')}}
@foreach($typeaccessProductAttendance as $key => $attendance) @if($key !== 'details')
{{$key}}
@if(count($attendance) > 2)
@else

{{__("main.no_data")}}

@endif
@if(count($typeaccessProductAttendance['details'][$key]) > 0) @foreach($typeaccessProductAttendance['details'][$key] as $detail) @endforeach
{{__('dashboard.number')}} {{__('main.name')}} {{__('main.total')}}
{{$detail->id}} {{$detail->name}} {{$detail->total}}
{{__('main.total')}} {{$attendance['total']}}
@endif @endif @endforeach
{{__('dashboard.typeaccess_hourly_attendance')}}
@foreach($typeaccessHourlyAttendance as $key => $attendance) @if(count($attendance) > 0)
{{$key}}
@endif @endforeach @foreach($attendance as $key => $att) @if($key !== 'total') @elseif($key == 'total') @endif @endforeach
{{__('dashboard.typeaccess')}} {{__('main.total')}}
{{$key}} {{$att->total ?? 0}}
{{__('main.total')}} {{$att->total ?? 0}}
{{__('dashboard.typeaccess_instantaneous_attendance')}}
@foreach($typeaccessInstantaneousAttendance as $key => $attendance)
{{$key}}
@if(count($attendance) > 0)

{{__('dashboard.maximum_attendance').__('main.colon')}}

@else

{{__('main.no_data')}}

@endif
@endforeach
{{__('dashboard.cumulative_attendance')}}
@foreach($cumulativeAttendance as $key => $typeaccess) @foreach($typeaccess as $key => $period) @if($key !== 'day') @endif @endforeach @endforeach
{{__('dashboard.typeaccess')}} {{__('main.week')}} {{__('main.month')}} {{__('main.year')}}
{{$key}}{{$period ?? 0}}
{{__('dashboard.year_comparison_attendance')}}
@foreach($comparisonAttendance as $key => $att) @if(count($att) > 0)
{{$key}}
@endif @endforeach
{{__('dashboard.occupancy_rate_activities')}}
@if(count($occupancyRateActivities) > 0) @foreach($occupancyRateActivities as $key => $activity) @endforeach
{{__('main.name')}} {{__('dashboard.time')}} {{__('dashboard.number_registration')}} {{__('dashboard.number_occupancy')}} {{__('dashboard.occupancy_rate')}}
{{$activity->name}} {{$activity->Horaire}} {{$activity->max}} {{$activity->EffectifInscrit}} {{$activity->TauxInscrit}}
@else

{{__('main.no_data')}}

@endif