@if (Site::about_us() != null)
@if (Site::about_us()->content != null)
@endif
@else
@include(get_view('components.errors.post-not-found'))
@endif
{!! Site::about_us()->content ?? '' !!}