@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('body-content')
{{ __('translate.Brands') }}

{{ __('translate.Explore Popular Brand') }}

@foreach ($brands->take(6) as $index => $brand)
@endforeach
{{ __('translate.Available Brand Car') }}

{{ __('translate.Latest Car Listings') }}

@foreach ($new_cars as $car)
thumb
@if ($car->offer_price)

{{ calculate_percentage($car->regular_price, $car->offer_price) }} % {{ __('translate.Off') }}

@endif @if ($car->condition == 'New')

{{ __('translate.New') }}

@else

{{ __('translate.Used') }}

@endif
@guest('web') @else @endif
{{ $car?->brand?->name }}

@if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif

{{ html_decode($car->title) }}

{{ html_decode($car->mileage) }}
{{ html_decode($car->fuel_type) }}
{{ html_decode($car->engine_size) }}
{{ __('translate.Listed by') }} : {{ html_decode($car?->dealer?->name) }}
@endforeach
@foreach ($used_cars as $car)
{{-- الصورة --}}
thumb {{-- محتوى فوق الصورة زي الخصم والحالة --}}
@if ($car->offer_price)

{{ calculate_percentage($car->regular_price, $car->offer_price) }}% {{ __('translate.Off') }}

@endif

{{ $car->condition == 'New' ? __('translate.New') : __('translate.Used') }}

{{ $car?->brand?->name }}

@if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif

{{ html_decode($car->title) }}

{{ html_decode($car->mileage) }}
{{ html_decode($car->fuel_type) }}
{{ html_decode($car->engine_size) }}
{{ __('translate.Listed by') }} :{{ html_decode($car?->dealer?->name) }}
@endforeach
{{ $homepage->video_short_title }}

{{ $homepage->video_title }}

{{--
{{ __('translate.Our Featured Cars') }}

{{ __('translate.Featured Car Listings') }}

@if ($home1_ads->status == 'enable')
thumb
@endif @foreach ($featured_cars as $index => $car)
thumb
@if ($car->offer_price)

{{ calculate_percentage($car->regular_price, $car->offer_price) }} % {{ __('translate.Off') }}

@endif @if ($car->condition == 'New')

{{ __('translate.New') }}

@else

{{ __('translate.Used') }}

@endif
@guest('web') @else @endif
{{ $car?->brand?->name }}

@if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif

{{ html_decode($car->title) }}

{{ html_decode($car->mileage) }}
{{ html_decode($car->fuel_type) }}
{{ html_decode($car->engine_size) }}
{{ __('translate.Listed by') }} :{{ html_decode($car?->dealer?->name) }}
@endforeach
--}} {{--

{{ __('translate.Auto Loan') }} {{ __('translate.Calculator') }}

{{ __('translate.Reset Now') }}

{{ __('translate.Estimate') }}

img
  • {{ __('translate.Monthly Payment') }}: {{ currency(0.00) }}
  • {{ __('translate.Total Interest') }}:{{ currency(0.00) }}
  • {{ __('translate.Total Payment') }}: {{ currency(0.00) }}
--}}
{{ __('translate.Our Testimonial') }}

{{ __('translate.Customer Say About Our Services') }}

{{ __('translate.We have 15m+ Global and Local Happy Customers') }}

@foreach ($testimonials as $index => $testimonial)
thumb

{{ $testimonial->name }}

{{ $testimonial->designation }}

{{ $testimonial->comment }}

{{ __('translate.Quality Service') }}
@endforeach
{{--
{{ __('translate.Recent News') }}

{{ __('translate.Read Our Latest Blogs') }}

--}}
@endsection @push('js_section') @endpush