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

لماذا تختار واصل لك

@php $notes = [ 'اسطول سيارات اقتصادية متنوعة', 'سيارتك توصلك لعندك', 'إجراءات سهلة', 'سهولة الحجز' ]; @endphp
@foreach ($notes as $note)
📌

{{ $note }}

@endforeach
{{-- @php $notes = [ 'نصيحة اليوم: لا تؤجل عمل اليوم إلى الغد.', 'تذكير: راجع بريدك الإلكتروني قبل نهاية اليوم.', 'معلومة: السيارة تُستهلك أقل عند القيادة بثبات.', 'اقتباس: النجاح لا يأتي إلا لمن يستحقه.' ]; @endphp
@foreach ($notes as $note)
📌

{{ $note }}

@endforeach
--}}

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

@foreach($used_cars as $car)
thumb
{{ $car['brand']['name'] }} {{ currency($car['offer_price'] ?? $car['regular_price']) }}
{{ html_decode($car['title']) }}
@endforeach
@foreach ($used_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
{{--
{{ $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