@extends('freight.layouts.app') @section('title', 'My Profile & Truck') @section('content')
| Type | Make/Model | Year | Plate | VIN | Capacity | Insurance | |
|---|---|---|---|---|---|---|---|
| {{ $v->truck_type }} | {{ trim($v->make.' '.$v->model) ?: '—' }} | {{ $v->year ?: '—' }} | {{ $v->plate_number ?: '—' }} | {{ $v->vin ?: '—' }} | {{ $v->capacity_weight ? $v->capacity_weight.' lbs' : '—' }} | {{ $v->insurance_number ?: '—' }} |
No trucks added yet — use the form below.
@endif