@extends('layouts.front-layout') @section('title', 'Home') @section('content')
img
{{--

{{ $pageData['Faqs']['heading'] ?? '' }}

--}}
@foreach($sliders as $slider)

{{ $slider->first_heading ?? ''}}

{{ $slider->second_heading ?? '' }}

Explore Our Services
@endforeach

{{ $about->heading ?? '' }}

{{ $about->sub_heading ?? '' }}

{!! $about->first_description ?? '' !!}

Read more

{{ $data->heading ?? '' }}

{{$pageData['Services']['top_title']}}

@isset($services) @forelse($services as $service)

{{ $service->title ?? ''}}

{!! $service->description ?? '' !!}

Read More
@empty

Services Not Found

@endforelse @else

Services Not Found

@endisset

{{ $whyChoose->heading ?? '' }}

{!! $whyChoose->description ?? '' !!} Contact Us

{{$pageData['Gallery']['top_title']}}

{!!$pageData['Gallery']['description'] !!} {{--
--}} {{--
--}} {{-- @foreach ($galleries as $index => $gallery)--}} {{--
--}} {{--
--}} {{-- @foreach ($gallery as $image)--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{-- --}} {{--
--}}
@foreach ($get_galleries as $gallery) @endforeach

We Proudly Use Products From

image
image
image
image
image
image
image
image
@endsection