@extends(get_view('index')) @section('title') {{ __('About Us') }} - @endsection @section('menu-active-about-us') current-menu-item @endsection @section('header') @endsection @section('content')
@include(get_view('components.pages.page-title'), ['title' => __('About Us')])
@if (Site::about_us() != null) @if (Site::about_us()->content != null)
{!! Site::about_us()->content ?? '' !!}
@endif @else @include(get_view('components.errors.post-not-found')) @endif
@endsection @section('footer') @endsection