@extends('Admin.Layout.main_layout') @section('title','Add Document Type') @section('main_container')

@csrf
@if($errors->has('types_name')) {{($errors->first('types_name'))}} @endif
@if($errors->has('doc_type')) {{($errors->first('doc_type'))}} @endif
@endsection