All Listings
@if (session()->has('message'))
{{ session('message') }}
@elseif (session()->has('error'))
{{ session('error') }}
@endif
| Title | Make | Category | Price | Vehicle ID | Image | Created At | Action |
|---|---|---|---|---|---|---|---|
| {{ $car->title }} | {{ $car->make->name }} | {{ $car->category->name }} | {{ $car->price }} | @if($car->car_general) {{ $car->car_general->vehicle_id }} @else No detail available @endif |
@if(!empty($car->images) && is_array($car->images))
|
{{ $car->created_at->format('Y-m-d H:i') }} | Edit |
{{ $listing->links('pagination::bootstrap-4') }}