@extends('front.include.app') @section('content') @php $setting = $pageData['Setting']; @endphp {{-- @dd($pageData['Setting']) --}}
image
@include('front.include.menu')

{{$content->main_heading ?? ''}}

{{$content->section_one_description_1 ?? ''}}

{{$content->section_two_main_heading ?? ''}}

{{$content->section_two_description_1 ?? ''}}

{{$content->section_two_description_2 ?? ''}}

{{$content->section_three_main_heading ?? ''}}

{{$content->section_three_description ?? ''}}

image image
@endsection