@extends('layouts.admin') @section('ext_css') @endsection @section('content')

Add Black List * Required Fields

{{$errors->first('black_list_no')}}
{{$errors->first('nature_of_relation')}}
{{$errors->first('name_of_entity')}}
{{$errors->first('ctz_reg_pan_no')}}
{{$errors->first('ctz_reg_pan_no_issued_date')}}
{{$errors->first('ctz_reg_pan_no_issued_district_org')}}
{{$errors->first('fathers_name')}}
{{$errors->first('grand_fathers_name')}}
{{$errors->first('blacklist_date')}}
{{$errors->first('release_date')}}
@csrf
@endsection @section('ext_js') @endsection