@extends('admin.layouts.app')
@section('crumb')
| Ref | brand | Model | Extentsion | Price | Status | {{--Year | --}}Is Sold | Is Hide | Is Approved | Has Reports | Is Requested | Created At | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $car?->brand?->name }} | {{ $car?->brandModel?->name }} | {{ $car?->brandModelExtension?->name }} | {{ $car->price }} | {{ $car->status }} | {{--{{ $car->year }} | --}}@if(count($car->reportOptions)) @else | @if( $car->request) @else @endif | {{ $car->getCreatedAt() }} | Actions | |||
| no data found |