Lorries
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@foreach ($lorries as $lorry) @endforeach
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 }}