{{ __('translate.Switch tab for list or grid view layout') }}
{{ 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
{{ 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 @php $isInWishlist = App\Models\Wishlist::where('car_id',$car->id)->where('user_id',Auth::user()->id)->first(); @endphp @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') }}