@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.districtposting.title_singular') }}
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.districtposting.fields.name_helper') }}
@if($errors->has('applied_post'))
{{ $errors->first('applied_post') }}
@endif {{ trans('cruds.districtposting.fields.applied_post_helper') }}
@if($errors->has('current_post'))
{{ $errors->first('current_post') }}
@endif {{ trans('cruds.districtposting.fields.current_post_helper') }}
@if($errors->has('district'))
{{ $errors->first('district') }}
@endif {{ trans('cruds.districtposting.fields.district_helper') }}
@if($errors->has('assembly_name'))
{{ $errors->first('assembly_name') }}
@endif {{ trans('cruds.districtposting.fields.assembly_name_helper') }}
@if($errors->has('social_division'))
{{ $errors->first('social_division') }}
@endif {{ trans('cruds.districtposting.fields.social_division_helper') }}
@if($errors->has('education'))
{{ $errors->first('education') }}
@endif {{ trans('cruds.districtposting.fields.education_helper') }}
@if($errors->has('profession'))
{{ $errors->first('profession') }}
@endif {{ trans('cruds.districtposting.fields.profession_helper') }}
@if($errors->has('join_year'))
{{ $errors->first('join_year') }}
@endif {{ trans('cruds.districtposting.fields.join_year_helper') }}
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif {{ trans('cruds.districtposting.fields.gender_helper') }}
@if($errors->has('dob'))
{{ $errors->first('dob') }}
@endif {{ trans('cruds.districtposting.fields.dob_helper') }}
@if($errors->has('mother_name'))
{{ $errors->first('mother_name') }}
@endif {{ trans('cruds.districtposting.fields.mother_name_helper') }}
@if($errors->has('father_name'))
{{ $errors->first('father_name') }}
@endif {{ trans('cruds.districtposting.fields.father_name_helper') }}
@if($errors->has('marrital_status'))
{{ $errors->first('marrital_status') }}
@endif {{ trans('cruds.districtposting.fields.marrital_status_helper') }}
@if($errors->has('permanent_address'))
{{ $errors->first('permanent_address') }}
@endif {{ trans('cruds.districtposting.fields.permanent_address_helper') }}
@if($errors->has('communication_address'))
{{ $errors->first('communication_address') }}
@endif {{ trans('cruds.districtposting.fields.communication_address_helper') }}
@if($errors->has('mobile_number'))
{{ $errors->first('mobile_number') }}
@endif {{ trans('cruds.districtposting.fields.mobile_number_helper') }}
@if($errors->has('payment_status'))
{{ $errors->first('payment_status') }}
@endif {{ trans('cruds.districtposting.fields.payment_status_helper') }}
@if($errors->has('husband_wife_name'))
{{ $errors->first('husband_wife_name') }}
@endif {{ trans('cruds.districtposting.fields.husband_wife_name_helper') }}
@if($errors->has('photo'))
{{ $errors->first('photo') }}
@endif {{ trans('cruds.districtposting.fields.photo_helper') }}
@if($errors->has('documentation'))
{{ $errors->first('documentation') }}
@endif {{ trans('cruds.districtposting.fields.documentation_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.districtposting.fields.email_helper') }}
@if($errors->has('selected'))
{{ $errors->first('selected') }}
@endif {{ trans('cruds.districtposting.fields.selected_helper') }}
@if($errors->has('selected_post'))
{{ $errors->first('selected_post') }}
@endif {{ trans('cruds.districtposting.fields.selected_post_helper') }}
@if($errors->has('photo_1'))
{{ $errors->first('photo_1') }}
@endif {{ trans('cruds.districtposting.fields.photo_1_helper') }}
@if($errors->has('receipt_1'))
{{ $errors->first('receipt_1') }}
@endif {{ trans('cruds.districtposting.fields.receipt_1_helper') }}
@if($errors->has('receipt_2'))
{{ $errors->first('receipt_2') }}
@endif {{ trans('cruds.districtposting.fields.receipt_2_helper') }}
@if($errors->has('receipt_3'))
{{ $errors->first('receipt_3') }}
@endif {{ trans('cruds.districtposting.fields.receipt_3_helper') }}
@if($errors->has('document_1'))
{{ $errors->first('document_1') }}
@endif {{ trans('cruds.districtposting.fields.document_1_helper') }}
@if($errors->has('document_2'))
{{ $errors->first('document_2') }}
@endif {{ trans('cruds.districtposting.fields.document_2_helper') }}
@if($errors->has('document_3'))
{{ $errors->first('document_3') }}
@endif {{ trans('cruds.districtposting.fields.document_3_helper') }}
@if($errors->has('document_4'))
{{ $errors->first('document_4') }}
@endif {{ trans('cruds.districtposting.fields.document_4_helper') }}
@if($errors->has('document_5'))
{{ $errors->first('document_5') }}
@endif {{ trans('cruds.districtposting.fields.document_5_helper') }}
@if($errors->has('document_6'))
{{ $errors->first('document_6') }}
@endif {{ trans('cruds.districtposting.fields.document_6_helper') }}
@if($errors->has('document_7'))
{{ $errors->first('document_7') }}
@endif {{ trans('cruds.districtposting.fields.document_7_helper') }}
@if($errors->has('document_8'))
{{ $errors->first('document_8') }}
@endif {{ trans('cruds.districtposting.fields.document_8_helper') }}
@if($errors->has('document_9'))
{{ $errors->first('document_9') }}
@endif {{ trans('cruds.districtposting.fields.document_9_helper') }}
@if($errors->has('document_10'))
{{ $errors->first('document_10') }}
@endif {{ trans('cruds.districtposting.fields.document_10_helper') }}
@if($errors->has('notes'))
{{ $errors->first('notes') }}
@endif {{ trans('cruds.districtposting.fields.notes_helper') }}
@endsection @section('scripts') @endsection