@extends('layout.main') @section('main-section')

Our Car

Revolutionizing the Automotive Industry: Exploring the Latest Trends, Technologies, and Innovations in the World of Cars.

@foreach($carData as $carRow)
list

map{{ $carRow->destination }}

{{ $carRow->name }}

@endforeach

What Our Clicnts Say

Client Testimonials: Hear What Our Valued Customers Have to Say About Their Experience with Us.

@foreach($reviewData as $reviewRow)

{{ $reviewRow->message }}

@if($reviewRow->image == "") 1 @else img @endif

{{ $reviewRow->name }}

{{ $reviewRow->city }} 4.0
@endforeach
@endsection