@extends('admin::layout.layout') @section('title',__('admin::home.admin') . " | " . __('admin::home.showDriver')) @section('page-header') @endsection @section('content')
{{ __('admin::home.cashOrdersCount') }}
{{ __('admin::home.totalCashOrders') }}
{{ __('admin::home.totalCashCommissionCollected') }}
{{ __('admin::home.cashCommissionDueToDriver') }}
{{ __('admin::home.onlinePaymentOrdersCount') }}
{{ __('admin::home.totalOnlinePaymentOrders') }}
{{ __('admin::home.totalOnlinePaymentCommissionCollected') }}
{{ __('admin::home.onlinePaymentCommissionDueToDriver') }}
{{ __('admin::home.Total Orders') }}
{{ __('admin::home.Total Collected') }}
{{ __('admin::home.Total Commission') }}
{{ __('admin::home.Due to the driver') }}