@extends('layouts.backend') @section('content')

About Us

Abouts Us

@csrf
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif

@endsection @section('js') @endsection