@php use App\Enums\OrderStatus; $orderSound = asset('sounds/notify.mp3'); @endphp
{{ __('dashboard.active_orders') }}
{{ __('dashboard.pending') }}
{{ __('dashboard.completed_today') }}
{{ __('dashboard.revenue') }}
{{ __('Try adjusting your filters or active tab to find what you are looking for.') }}
+ {{ $order->items->count() - 2 }} {{ __('dashboard.more_items') }}
@endif