@extends('freight.layouts.app') @section('title', 'Dashboard') @section('content')
Go online and share your location so freight clients can find you on their map. Current status: @if($driver->is_available) Online @else Offline @endif @if($driver->current_location) {{ $driver->current_location }} @endif
| Type | Make / Model | Year | Plate | Capacity | Status |
|---|---|---|---|---|---|
| {{ $v->truck_type }} | {{ trim($v->make . ' ' . $v->model) ?: '—' }} | {{ $v->year ?: '—' }} | {{ $v->plate_number ?: '—' }} | {{ $v->capacity_weight ? $v->capacity_weight . ' lbs' : '—' }} | @if($v->is_active)Active@elseInactive@endif |
No trucks added yet. Add your truck information →
@endif