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

{{ $data->heading ?? '' }}

{{ $data->heading ?? '' }}

{{ $data->sub_heading ?? '' }}

{!! $data->first_description ?? '' !!}

{!! $data->second_description ?? '' !!}

@endsection