@extends('admin::layout.layout') @section('title',__('admin::home.admin') . " | " . __('admin::home.showDriver')) @section('page-header') @endsection @section('content')

{{ __('admin::home.cashOrdersCount') }}

{{ $stats['cashOrdersCount'] ?? 0 }}

{{ __('admin::home.totalCashOrders') }}

{{ $stats['totalCashOrders'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.totalCashCommissionCollected') }}

{{ $stats['totalCashCommissionCollected'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.cashCommissionDueToDriver') }}

{{ $stats['cashCommissionDueToDriver'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.onlinePaymentOrdersCount') }}

{{ $stats['onlinePaymentOrdersCount'] ?? 0 }}

{{ __('admin::home.totalOnlinePaymentOrders') }}

{{ $stats['totalOnlinePaymentOrders'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.totalOnlinePaymentCommissionCollected') }}

{{ $stats['totalOnlinePaymentCommissionCollected'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.onlinePaymentCommissionDueToDriver') }}

{{ $stats['onlinePaymentCommissionDueToDriver'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.Total Orders') }}

{{ $stats['totalOrders'] ?? 0 }}

{{ __('admin::home.Total Collected') }}

{{ $stats['totalCollected'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.Total Commission') }}

{{ $stats['totalCommission'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{ __('admin::home.Due to the driver') }}

{{ $stats['totalDueToDriver'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{-- @push('js')--}} {{-- --}} {{-- @endpush--}} @endsection