@if ($dealer_ads->status == 'enable')
@endif
@if($cars->count() > 0)
@endif
@foreach ($cars as $index => $car)
@endforeach
@if ($cars->hasPages())
{{ $cars->links('listing_paginate') }}
@endif
@else
{{ 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') }}