{{ __('translate.Switch tab for list or grid view layout') }}
@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') }}
{{ calculate_percentage($car->regular_price, $car->offer_price) }}% {{ __('translate.Off') }}
@endif @if ($car->condition == 'New'){{ __('translate.New') }}
@else{{ __('translate.Used') }}
@endif@if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif
@guest('web') @else @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') }}