@extends('front.include.app') @section('content')

{{ $HomePage->banner_title ?? '' }}

{{ $HomePage->banner_subtitle ?? '' }}

{{ $HomePage->banner_btn ?? '' }}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ $HomePage->heading_between_2_sec ?? '' }}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ $HomePage->about_me_sec_heading ?? '' }}

--}} {{--

{{ $HomePage->about_me_sec_sub_title ?? '' }}

--}} {{--

{{ $HomePage->about_me_sec_des ?? '' }}

--}} {{-- {{ $HomePage->about_me_sec_btn ?? '' }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

{{ $HomePage->explore_the_work_sec_heading ?? '' }}

{{ $HomePage->explore_the_work_sec_sub_title ?? '' }}

@foreach($products as $product)

{{ $product->name ?? '' }}

Price : $ {{ $product->price ?? '' }}

Dimension : {{$product->dimention ? : ''}}

{{ $product->description ?? '' }}

buy now
@endforeach

High-resolution prints are now available. Contact Marilyn for pricing and additional information.

{{--

{{ $HomePage->instagram_section_heading ?? '' }}

@foreach ($insta as $post)
{{ $post->name }}
@endforeach
--}} @endsection