@extends('layouts.app') @section('title','Edit Principal Message') @section('content')
@csrf @method('put')
{{ $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