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

About Us

{{--
    --}} {{--
  • Home
  • --}} {{--
  • --}} {{--
  • About us
  • --}} {{--
--}}
img img

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

{!! $pageData['About']['first_description'] ?? '' !!}

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

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

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

@endsection