@extends('layouts.admin') @section('title', 'Route Optimization & Efficiency') @section('content')
Analyze and improve route efficiency.
{{ $routes->count() }}
93.5%
{{-- Placeholder --}}57 km
{{-- Placeholder --}}| Route | Rider | Parcels | Distance | Time | Efficiency |
|---|---|---|---|---|---|
| {{ $route['name'] }} | {{ $route['rider'] }} | {{ $route['parcels'] }} | {{ $route['distance'] }} | {{ $route['time'] }} | {{ $route['efficiency'] }} |
Map will be displayed here.