@extends('layouts.app') @section('title','Add New Blog Category') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('status') }}
Cancel
@endsection