@extends('layouts.app') @section('title', 'Add New Document Type') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
@include('admin.components.common') @endsection