@extends(get_view('index')) @section('title'){{ __('About Us') }} - @endsection @section('header') @endsection @section('content')

{{ __('About Us') }}

@if ( Site::about_us() != null ) @if ( Site::about_us()->content != null ) {!! Site::about_us()->content ?? '' !!} @endif @endif
@endsection @section('footer') @endsection