Hello, {{ auth()->guard('admin')->user()->display_name }}!
Your {{ config('app.name') }} dashboard overview.
@forelse ($modules as $m)
@empty
{{-- TITLE --}}
{{ $m['title'] }}
{{-- COUNT --}}{{ number_format($m['count']) }}
{{-- VIEW ALL LINK --}}
View All
{{-- ICON BOX --}}
Later work on it.
@endforelse