Warning: count(): Parameter must be an array or an object that implements Countable in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/support/map/index.blade.php on line 2
@extends('dispatcher.layout.base') @section('title', 'Live Tracking ') @section('content')
Live Tracking

@if( count( $data['zones'] ) )
    @foreach( $data['zones'] as $zone )
  • {{ $zone['name'] }}
    @if( $zone['drivers'] ) @foreach( $zone['drivers'] as $driver )
    {{ strtoupper( $driver->service_number ) }}
    In Time:{{ $driver->enter_time }}
    @endforeach @endif
  • @endforeach
@endif
@endsection @section('styles') @endsection @section('scripts') @endsection