@extends('front.layouts.app') @section('content')
image

About

@forelse($abouts as $about)

{{$about->section_title ? : ''}}

{{$about->heading ? : ''}}

{{$about->sub_heading ? : ''}}

{{$about->description ? : ''}}

@empty

not

@endforelse
@include('front.includes.contact') @endsection