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

Edit About Us

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