{{ $about_us->title }}
{!! clean($about_us->description) !!}
{{ __('translate.Explore Popular Brand') }}
@foreach ($brands->take(6) as $index => $brand)
@endforeach
{{ $brand->name }}
{{ $brand->total_car }}
{{ $homepage->callus_header1 }}
{{ $homepage->callus_header2 }}
{{ __('translate.Customer Say About Our Services') }}
@foreach ($testimonials as $index => $testimonial)
@endforeach
{{ $testimonial->name }}
{{ $testimonial->designation }}
{{ $testimonial->comment }}