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