@foreach($typeaccessProductAttendance as $key => $attendance)
@if($key !== 'details')
{{$key}}
@if(count($attendance) > 2)
@else
{{__("main.no_data")}}
@endif
@if(count($typeaccessProductAttendance['details'][$key]) > 0)
{{__('dashboard.number')}} |
{{__('main.name')}} |
{{__('main.total')}} |
@foreach($typeaccessProductAttendance['details'][$key] as $detail)
{{$detail->id}} |
{{$detail->name}} |
{{$detail->total}} |
@endforeach
{{__('main.total')}} |
|
{{$attendance['total']}} |
@endif
@endif
@endforeach
@foreach($typeaccessHourlyAttendance as $key => $attendance)
@if(count($attendance) > 0)
@endif
@endforeach
{{__('dashboard.typeaccess')}} |
{{__('main.total')}} |
@foreach($attendance as $key => $att)
@if($key !== 'total')
{{$key}} |
{{$att->total ?? 0}} |
@elseif($key == 'total')
{{__('main.total')}} |
{{$att->total ?? 0}} |
@endif
@endforeach
@foreach($typeaccessInstantaneousAttendance as $key => $attendance)
{{$key}}
@if(count($attendance) > 0)
{{__('dashboard.maximum_attendance').__('main.colon')}}
{{$maxInstantaneousAttendance[$key]}}
@else
{{__('main.no_data')}}
@endif
@endforeach
@foreach($comparisonAttendance as $key => $att)
@if(count($att) > 0)
@endif
@endforeach
{{$weather['min_temperature'] . '°' . ' - ' . $weather['max_temperature'] . '°'}}
@endif
@if(count($toDo) > 0)
@endif