@extends('sysadmin.layouts.app') @section('custom-css') @endsection @section('post-header')

Dashboard

 
{{--
--}} {{--
All Orders (15)
--}} {{--
--}} {{--
--}} {{--
Active Orders (10)
--}} {{--
--}} {{--
--}} {{--
Unassigned (5)
--}} {{--
--}} {{--
--}} {{--
Active Drivers (2)
--}} {{--
--}} {{--
--}} {{--
Inactive Drivers (2)
--}} {{--
--}}
@endsection @section('content')
Driver No / Restaurant No

Order

Transport Cost

Driver Fee

Orders

Statistics - 1

@if(count($statistics) != 0) @foreach($userStatistics as $userStatistic) @endforeach @endif
Hour Order Driver Active Restaurant No
{{ $userStatistic->hourNo }} {{ $userStatistic->ordersNo }} {{ $userStatistic->uniqueCouriers }} {{ $userStatistic->uniqueRestaurants }}

Statistics - 2

@if(count($statistics) != 0) @foreach($statistics as $statistic) @endforeach @endif
Driver Order Transport Cost Driver Fee
{{ $statistic->firstname ." ".$statistic->lastname }} {{ $statistic->ordersNo }} {{ $statistic->transportCost }} {{ $statistic->driverFee }}
@endsection @section('custom-js') @endsection