@extends('layouts.app') @section('title','Add New President Message') @section('content')
@csrf
{{ $errors->first('title') }}
{{ $errors->first('title_bn') }}
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('description') }}
{{ $errors->first('description_bn') }}
{{ $errors->first('avatar') }}
Cancel
@endsection