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

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

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

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

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

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

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

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

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

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

@include('front.includes.home-sell-sec') @endsection