@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@if(count($cars)) @foreach ($cars as $car) @endforeach @else @endif
brand Model Extentsion Price Status Year Is Sold Is Hide Is Approved Actions
{{ $car?->brand?->name }} {{ $car?->brandModel?->name }} {{ $car?->brandModelExtension?->name }} {{ $car->price }} {{ $car->status }} {{ $car->year }} @if($car->status_buyed == 'buyed') @else @endif Actions
no data found
{{ $cars->links() }}
@endsection @push('admin_js') @endpush