@extends('layouts.template') @section('title') Admin | FNH @endsection @section('styles') @endsection @section('content')

   Synced Time

{{ $lastSync }}
   50%  From Last Hour

  Avg Speed {{ $avgSpeed }}

/Km
  Live Fleet Avg

  Moving Now

{{ $movingVehicles }} Moving
  {{ round(($movingVehicles / $totalVehicles) * 100) }}% Real-Time Movement

  Total Vehicles

{{ $totalVehicles }}Online
 {{ $offlineVehicles }} stoped
 Destination
@foreach ($vehicles as $vehicle) @if($vehicle['speed'] > 0) @endif @endforeach
  {{ $vehicle['number'] }}

 {{ $vehicle['speed'] }} Km/Hours

{{ $vehicle['contact'] ?? 'Unknown' }}


Driver

{{ rand(30, 90) }}%
Origin Destination
 Direction
  • Gas Station

    5 Km Foward  

    Estimated time   20 Min

  • Restourant

    1 Km Turn Left  

    Estimated time   20 Min

  • Zoo

    3 Km Turn Right   

    Estimated time   20 Min

Speed Avarage

74 Km / hours

Traffic per day

2.5874

Traffic Rates

76 % -1,2 %

Traffic Rates

25 % -1,8 %

Traffic Rates

83 % -1,9 %

Monday, 07:30 AM F C

Berlin
Day Lightning

18

Mon

85

15 km/h

Tue

81

12 km/h

Wed

83

14 km/h

Thu

80

15 km/h

Fri

79

11 km/h

Sat

82

10 km/h
@endsection @section('pre-scripts') @endsection @section('scripts') @endsection