{{ labels('admin_labels.dashboard', 'Dashboard') }}

{{ labels('admin_labels.all_information_about_your_store', 'All Information About your Store') }}

{{ labels('admin_labels.total_orders', 'Total Orders') }}

{{ ordersCount('', '', '', '', $deliveryBoyId) }}

{{ labels('admin_labels.total_bonus', 'Total Bonus') }}

{{ $currency . number_format($bonus, 2) }}

{{ labels('admin_labels.total_balance', 'Total Balance') }}

{{ $currency . number_format($balance, 2) }}

{{ labels('admin_labels.manage_orders', 'Manage Orders') }}

{{ labels('admin_labels.search', 'Search') }}
{{ labels('admin_labels.order_id', 'Order ID') }} {{ labels('admin_labels.user_id', 'User ID') }} {{ labels('admin_labels.quantity', 'Quantity') }} {{ labels('admin_labels.user_name', 'User Name') }} {{ labels('admin_labels.product_name', 'Product Name') }} {{ labels('admin_labels.mobile', 'Mobile') }} {{ labels('admin_labels.payment_method', 'Payment Method') }} {{ labels('admin_labels.active_status', 'Active Status') }} {{ labels('admin_labels.created_at', 'Order Date') }} {{ labels('admin_labels.action', 'Action') }}