@extends('layouts.app') @section('title','Add New About Us') @section('content')
@csrf @method('put')
{{ $errors->first('title') }}
{{ $errors->first('title_bn') }}
{{ $errors->first('description') }}
{{ $errors->first('description_bn') }}

{{ $errors->first('image') }}
Cancel
@endsection