{{ __('translate.Send Message To Us') }}
@if ($dealer_ads->status == 'enable')
@endif
@endif
@if($cars->count() > 0)
- {{ __('translate.All Car') }}
- {{ __('translate.Used Car') }}
- {{ __('translate.New Car') }}
@foreach ($cars as $index => $car)
{{ html_decode($car->mileage) }}
{{ html_decode($car->fuel_type) }}
{{ html_decode($car->engine_size) }}
@endforeach
@if ($cars->hasPages())
{{ $cars->links('listing_paginate') }}
@endif
@else
{{ $car?->brand?->name }}
@if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif
{{ html_decode($car->title) }}
{{ __('translate.Listed by') }} :{{ html_decode($car?->dealer?->name) }}
{{ __('translate.Listing Not Found!') }}
{{ __('translate.Whoops... this information is not available for a moment') }}