@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')
@if(!empty($aboutUs) || !is_null($aboutUs))

{!! $aboutUs->translation->title !!}

{!! $aboutUs->translation->content !!}
@else
{!! __('No record found.') !!}
@endif
@endsection