@extends('front.include.app') @section('title') About @endsection @section('content')

{{ $AboutPage->banner_title ?? '' }}

{{ $AboutPage->about_me_sec_img_des ?? '' }}

{{ $AboutPage->about_me_sec_heading ?? '' }}

{{ $AboutPage->about_me_sec_sub_title ?? '' }}

{!! $AboutPage->about_me_sec_des !!}
{{--

{{ $AboutPage->instagram_section_heading ?? '' }}

@foreach ($insta as $post)
{{ $post->name }}
@endforeach
--}} @endsection