@extends('layouts.manage') @section('title') @lang('About Us') @endsection @section('page-header-title') @lang('About Us') @endsection @section('scripts') @if(config('settings.toast_notifications_enable')) @endif @include('includes.tinymce') @endsection @section('content') @include('partials.manage.aboutus.index') @endsection