Warning: count(): Parameter must be an array or an object that implements Countable in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/dispatcher/new_booking.blade.php on line 2
@extends('dispatcher.layout.base') @section('title', 'New Trip') @section('content')
@if( count( $corporates ) > 0 ) @endif
@if( $payment_methods->count() )
@endif @if( count( $services) > 0 )
@else
Service type not added by admin. Please contact to admin first to add a service type then create a request
@endif
@if( count( $corporates ) > 0 )
@endif

Select Driver
On Going Ride
Active Driver
    @foreach( $all_zones as $zone )
  • {{ $zone['zone_name'] }}
    @if( $zone['drivers'] ) @foreach( $zone['drivers'] as $driver )
    {{ strtoupper( $driver->service_number ) }}
    In Time:{{ $driver->enter_time }}
    @endforeach @endif
  • @endforeach
@include('dispatcher.layout.partials.wait_model') @endsection @section('scripts') @php //$latAndLong =getLatAndLongByLocation('Country'); $provider_select_timeout =providerTimeout(); @endphp