@extends('sysadmin.layouts.app') @section('custom-css') @endsection @section('post-header')
| Hour | Order | Driver Active | Restaurant No |
|---|---|---|---|
| {{ $userStatistic->hourNo }} | {{ $userStatistic->ordersNo }} | {{ $userStatistic->uniqueCouriers }} | {{ $userStatistic->uniqueRestaurants }} |
| Driver | Order | Transport Cost | Driver Fee |
|---|---|---|---|
| {{ $statistic->firstname ." ".$statistic->lastname }} | {{ $statistic->ordersNo }} | {{ $statistic->transportCost }} | {{ $statistic->driverFee }} |