Lorries
{{ Session::get('success') }}
@endif
| S.No. | owner | Role | vehicle info | plate number | color | brand | insurance_expiry | status |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $lorry->owner->first_name }} | {{ $lorry->owner->role }} | {{ $lorry->vehicle_info }} | {{ $lorry->plate_number }} | {{ $lorry->color }} | {{ $lorry->brand }} | {{ $lorry->insurance_expiry }} | {{ $lorry->status }} |