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

{{$pageData['About']['about_top_banner_title']}}

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

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

{{$pageData['About']['sub_heading']}}

@endsection