@lang('Notifications')
@foreach(range(1, 10) as $i)
@lang('Employee {{ $i }}')
{{ now()->subHours(rand(1, 24))->format('h:i A') }}

@lang('Missed clock-in for morning shift.')

@endforeach
@foreach(range(1, 10) as $i)
@lang('Employee {{ $i }}')
{{ now()->subDays(rand(1, 5))->format('M d') }}

@lang('Expense request for {{ rand(100, 1000) }} USD awaiting approval.')

@endforeach
@foreach(range(1, 10) as $i)
@lang('System Notification')
{{ now()->subHours(rand(1, 72))->format('M d, h:i A') }}

@lang('New updates available for review. Please check the dashboard.')

@endforeach