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