@php $about = App\Models\About::where('status','active')->first(); @endphp
@if($about)
About Us

{{$about->title}}

{{$about->description}}

Read More
@else

No about information available.

@endif