@if (@$data['dashboardMenus']['today'])
{{ _trans('common.Today') }}
@foreach ($data['dashboardMenus']['today'] as $key => $item)

{{ $item['number'] }}

{{ @$item['title'] }}

@endforeach
{{ _trans('dashboard.Current Month') }}
@php $assets = [['#e90d622b', 'images/late.png'], ['#65e5012b', 'images/logout.png'], ['#00dde52b', 'images/time.png'], ['#c010102e', 'images/absent.png'], ['#28c76f2b', 'images/building.png'], ['#7300e92b', 'images/badge.png']]; @endphp @foreach ($data['dashboardMenus']['current_month'] as $key => $item)

{{ $item['number'] }}

{{ @$item['title'] }}

@endforeach
@endif