@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.sidebar'))

{{ __('Hakkımızda') }}

{!! translate('single_pages_about-us') !!}
@endsection @section('footer') @endsection