{{ __('dashboard.welcome_back') }}, {{ auth()->user()->name }}
{{ __('dashboard.stats.total_sales') }}
{{ currency($totalSalesToday) }}
{{ __('dashboard.today') }}
{{ __('dashboard.stats.open_orders') }}
{{ $openOrdersCount }}
{{ __('dashboard.active_now') }}
{{ __('dashboard.stats.active_tables') }}
{{ $activeTablesCount }}
{{ __('dashboard.occupied') }}
{{ __('dashboard.stats.active_shifts') }}
{{ $activeShiftsCount }}
{{ __('dashboard.on_duty_now') }}
| {{ __('dashboard.description') }} | {{ __('dashboard.status') }} | {{ __('dashboard.amount') }} | {{ __('dashboard.time') }} |
|---|---|---|---|
| {{ $activity['description'] }} | {{ $activity['status'] }} | {{ currency($activity['amount']) }} | {{ $activity['time'] }} |
| {{ __('dashboard.no_recent_activity') }} | |||