@extends('front.layout.app') @section('title', 'Motor City Awards and Engraving') @section('content')
Motor City Awards and Engraving
0%

{{ $data->content['home_banner_heading'] ?? '' }}

{{ $data->content['home_banner_description'] ?? '' }}

About Us

{{ $data->content['home_sub_heading'] ?? '' }}

{{ $data->content['home_sub_description'] ?? '' }}

image
Motor City

Our Products

@php use App\Models\Product; $products = Product::take(6)->get(); @endphp @foreach ($products as $product)
{{ $product->name }} @if($product->getMedia('banner_image')->isNotEmpty()) image @endif
@endforeach
image

{{ $data->content['home_gift_title'] ?? '' }}

{{ $data->content['home_gift_heading'] ?? '' }}

{{ $data->content['home_gift_description'] ?? '' }}

image
{{ $data->content['work_section_title'] ?? '' }}

{{ $data->content['our_goal_sec_des'] ?? '' }}

100

Products

25

Experience

150

Clients

35

Employees

Testimonials

@foreach ($testimonials as $testimonial)
{{-- "{{ asset('uploads/testimonials/' . ($testimonial->image ?: 'No-Image.png')) }}" --}} {{ $testimonial->name }} {{-- image alt="image" class="img-fluid"> --}}
    @for ($i = 1; $i <= 5; $i++)
  • @endfor

{{ $testimonial->description }}

{{ $testimonial->name }}
@endforeach
@endsection