@extends('layouts.app') @section('title', 'Edit Notice') @section('content')
@csrf @method('PUT')
{{ $errors->first('title') }}
{{ $errors->first('title_bn') }}
Download
{{ $errors->first('attachment') }}
{{ $errors->first('status') }}
@endsection