{{ __('translate.Explore Popular Brand') }}
{{ $brand->name }}
{{ $brand->total_car }}
{{ __('translate.Featured Car Listings') }}
-
@foreach ($brands as $index => $brand)
@if ($index < 4)
- {{ $brand->name }} ({{ $brand->total_car }} {{ __('translate.Listing') }}) @endif @endforeach
@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.Latest Car Listings') }}
@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) }}
@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.Choose Our Pricing Plans') }}
{{ $subscription_plan->plan_name }}
@if (Session::get('currency_position') == 'before_price') {{ Session::get('currency_icon') }}{{ $subscription_plan->plan_price }} @elseif (Session::get('currency_position') == 'before_price_with_space') {{ Session::get('currency_icon') }} {{ $subscription_plan->plan_price }} @elseif (Session::get('currency_position') == 'after_price') {{ $subscription_plan->plan_price }}{{ Session::get('currency_icon') }} @elseif (Session::get('currency_position') == 'after_price_with_space') {{ $subscription_plan->plan_price }} {{ Session::get('currency_icon') }} @endif @if ($subscription_plan->expiration_date == 'monthly') /{{ __('translate.Monthly') }} @elseif ($subscription_plan->expiration_date == 'yearly') /{{ __('translate.Yearly') }} @elseif ($subscription_plan->expiration_date == 'lifetime') /{{ __('translate.Lifetime') }} @endif
- {{ __('translate.Duration') }} : @if ($subscription_plan->expiration_date == 'monthly') {{ __('translate.Monthly') }} @elseif ($subscription_plan->expiration_date == 'yearly') {{ __('translate.Yearly') }} @elseif ($subscription_plan->expiration_date == 'lifetime') {{ __('translate.Lifetime') }} @endif
- {{ __('translate.Maximum Listings') }} : {{ $subscription_plan->max_car }} @if($subscription_plan->featured_car == 0)
- {{ __('translate.Featured Listing') }} @else
- {{ __('translate.Featured Listing') }} @endif
- {{ __('translate.Number of Featured') }} : {{ $subscription_plan->featured_car }}
- {{ __('translate.Listing Image') }} : {{ __('translate.Unlimited') }}
- {{ __('translate.Features & Aminities') }}
- {{ __('translate.24/7 Hours Help') }}