Welcome back

Good {{ $greeting }}, {{ Str::of(auth()->user()->full_name)->before(' ') }}!

Here's your document management overview for today.

@if(auth()->user()->roles->first()) {{ auth()->user()->roles->first()->name }} @endif {{ now()->format('l, d M Y') }}
@foreach($dashboardUi['heroStats'] as $item)

{{ number_format($item['value']) }}

{{ $item['label'] }}

@endforeach