@extends('dashboard.layouts.master' ) @section('content')

{{__('admin.Edit about us')}}

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('about_title')) {{ $errors->first('about_title') }} @endif
@if ($errors->has('aboutus')) {{ $errors->first('aboutus') }} @endif
@endsection