@extends(get_view('index')) @section('title') {{ __('Hakkımızda') }} - @endsection @section('menu-active-about-us') active @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => __('Hakkımızda'), 'background_image' => get_asset('images/image1.jpg')])
@if ( Site::about_us() != null ) @if ( Site::about_us()->content != null )
{!! Site::about_us()->content ?? '' !!}
@endif @endif
@endsection @section('footer') @endsection