@extends('backend.layouts.main') @section('title') Create New About Us @endsection @section('content')

Create New About Us

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