@extends('layouts.front-layout') @section('title') {{ $pageData['About']['top_banner_title'] ?? '' }} @endsection @section('content') {{ $pageData['About']['top_banner_title'] ?? '' }} {{ $pageData['About']['heading'] ?? '' }} {{ $pageData['About']['sub_heading'] ?? '' }} {!!$pageData['About']['first_description'] ?? '' !!} {{-- Read More--}} {{ $pageData['Why Choose']['heading'] ?? '' }} {{ $pageData['Why Choose']['sub_heading'] ?? '' }} {!!$pageData['Why Choose']['first_description'] ?? '' !!} {{-- Read More--}} @endsection