@extends('backend.layouts.app') @section('title') About Us @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content') @include('backend.about-us.partials.form') @endsection