@extends('layout.app')
@section('title')
{{ __('Drivers') }}
@endsection
@push('styles')
@endpush
@section('active_my_drivers', 'active')
@section('data_col', '2-columns')
@section('body_class', '2-columns')
@section('content')
| {{ __('ID') }} |
{{ __('Name') }} |
{{ __('Libre') }} |
{{ __('Next Trip') }} |
{{ __('Email') }} |
{{ __('Phone') }} |
{{ __('Fonction') }} |
{{ __('Organisation') }} |
{{ __('Status') }} |
|
@endsection
@section('modals')
{{ __('Green markers show sites, red markers show drivers currently on trip. Map updates automatically every minute.') }}
@endsection
@push('scripts')
@include('drivers.partials.datatable3')
@endpush