@extends('layouts.front-layout') @section('content')

{{ $pageData['Home']['celebrating_heading'] ?? '' }}

{!! $pageData['Home']['cabinate_description'] ?? '' !!}

{{ $pageData['Home']['our_carpentry_heading'] ?? '' }}

{{ $pageData['Home']['our_carpentry_sub_heading'] ?? '' }}

{!! $pageData['Home']['celebrating_description'] ?? '' !!}

{{$pageData['Home']['our_carpentry_section_section_heading'] ?? ''}}

{!! $pageData['Home']['our_carpentry_second_section_description'] ?? '' !!}

{{$pageData['Home']['rare_craftsmanship_heading'] ?? ''}}

{!! $pageData['Home']['rare_craftsmanship_description'] ?? '' !!}

{{$pageData['Home']['cabinate_heading'] ?? ''}}

{{$pageData['Home']['cabinate_sub_heading'] ?? ''}}

{!! $pageData['Home']['cabinate_description'] ?? '' !!} {{-- been the
industry’s standard dummy text ever since.--}}

{{$pageData['Home']['custom_cabinate_heading'] ?? ''}}

{{$pageData['Home']['custom_cabinate_sub_heading'] ?? ''}}

{!! $pageData['Home']['custom_cabinate_description'] ?? '' !!} {{-- been the
industry’s standard dummy text ever since.--}}

@forelse ($testimonials as $testimonial)
{!! $testimonial->description !!}

{{ $testimonial->title }}

@empty

No testimonials found

@endforelse
@endsection