@extends('front.include.app') @section('content')
image
@include('front.include.menu')

{{$content->main_heading ?? ''}}

image

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

{{$content->description ?? ''}}

{{$content->sub_description ?? ''}}

image image
@endsection