@extends('layouts.app', ['title' => '']) @section('title','Edit Blog Category') @section('content')
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('status') }}
Cancel
@endsection