@extends('layouts.front-layout') @section('title') {{ $pageData['About']['top_banner_title'] ?? '' }} @endsection @section('content')

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

img
img

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

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

{!!$pageData['About']['first_description'] ?? '' !!} {{-- Read More--}}
img

{{ $pageData['Why Choose']['heading'] ?? '' }}

{{ $pageData['Why Choose']['sub_heading'] ?? '' }}

{!!$pageData['Why Choose']['first_description'] ?? '' !!} {{-- Read More--}}
img
@endsection