@extends(get_view('index')) @section('title') {{ __('Hakkımızda') }} - @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => __('Hakkımızda')])
{!! Site::about_us()->content ?? '' !!}
@include(get_view('components.custom.our-team')) @endsection @section('footer') @endsection