@include('profile.sidebar')
@forelse ($cars as $index => $car)
{{ html_decode($car->mileage) }}
{{ html_decode($car->fuel_type) }}
{{ html_decode($car->engine_size) }}
@empty
@endforelse
{{ $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.Wishlist Not Found!') }}
{{ __('translate.Your wishlist is empty, to add new item click the button below') }}