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

{{ __('translate.About Us') }}

img
{{ $about_us->header }}

{{ $about_us->title }}

{!! clean($about_us->description) !!}
img
{{ $about_us->total_car }}

{{ $about_us->total_car_title }}

img
{{ $about_us->total_review }}

{{ $about_us->total_review_title }}

{{ ('Brands') }}

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

@foreach ($brands->take(6) as $index => $brand)
@endforeach
{{ $homepage->video_short_title }}

{{ $homepage->video_title }}

{{ $homepage->callus_title }}

{{ $homepage->callus_phone }}

{{ $homepage->callus_header1 }}
{{ $homepage->callus_header2 }}

img
{{ __('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
@endsection