@extends('admin.layouts.app') @section('content')
Drivers registered
{{ $total_drivers }}
See all
Drivers Approved{{number_format($driver_approval_percent,2)}}%
{{ $driver_approval }}
See all
Drivers waiting for approval{{number_format($driver_approval_waiting_percent,2)}}%
{{ $driver_approval_waiting }}
See all
Users registered
{{ $total_users }}
See all
@if(!auth()->user()->hasRole('owner'))

Notified SOS

NO DATA FOUND

@endif

Today's Trips

{{$currency}} {{$today_earnings}}
Today Earnings

{{$currency}} {{$today_earning_cash}}
By Cash

{{$currency}} {{$today_earning_wallet}}
By Wallet

{{$currency}} {{$today_earning_card}}
By Card/Online

{{$currency}} {{$today_earning_commision}}
Admin Commision

{{$currency}} {{$today_earning_driver_commision}}
Driver Earnings

{{--

Cancellation Chart

{{$total_req_can}}
Total Request Cancelled
{{$req_can_automatic}}
Cancelled due to no Drivers
{{$req_can_user}}
Cancelled by User
{{$req_can_driver}}
Cancelled by Driver
--}}

Overall Earnings

{{--

Overall Earnings

--}}

{{$currency}} {{$total_overall_earnings}}
Overall Earnings

By Cash {{$currency}} {{$overall_earning_cash}}
{{ number_format($overall_earning_cash_percent, 2) }}%
By Wallet {{$currency}} {{$overall_earning_wallet}}
{{ number_format($overall_earning_wallet_percent, 2) }}%
By Card/Online {{$currency}} {{$overall_earning_card}}
{{ number_format($overall_earning_card_percent, 2) }}%

{{$currency}} {{$overall_earning_commision}}
Admin Commision

{{$currency}} {{$overall_earning_driver_commision}}
Driver Earnings

Cancellation Chart

{{$total_req_can}}
Total Request Cancelled
{{$req_can_automatic}}
Cancelled due to no Drivers
{{$req_can_user}}
Cancelled by User
{{$req_can_driver}}
Cancelled by Driver
@endsection