@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.aadharProfile.title_singular') }}
@csrf
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('users'))
{{ $errors->first('users') }}
@endif {{ trans('cruds.aadharProfile.fields.user_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.aadharProfile.fields.name_helper') }}
@if($errors->has('uid'))
{{ $errors->first('uid') }}
@endif {{ trans('cruds.aadharProfile.fields.uid_helper') }}
@if($errors->has('dob'))
{{ $errors->first('dob') }}
@endif {{ trans('cruds.aadharProfile.fields.dob_helper') }}
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif {{ trans('cruds.aadharProfile.fields.gender_helper') }}
@if($errors->has('co'))
{{ $errors->first('co') }}
@endif {{ trans('cruds.aadharProfile.fields.co_helper') }}
@if($errors->has('house'))
{{ $errors->first('house') }}
@endif {{ trans('cruds.aadharProfile.fields.house_helper') }}
@if($errors->has('street'))
{{ $errors->first('street') }}
@endif {{ trans('cruds.aadharProfile.fields.street_helper') }}
@if($errors->has('loc'))
{{ $errors->first('loc') }}
@endif {{ trans('cruds.aadharProfile.fields.loc_helper') }}
@if($errors->has('vtc'))
{{ $errors->first('vtc') }}
@endif {{ trans('cruds.aadharProfile.fields.vtc_helper') }}
@if($errors->has('dist'))
{{ $errors->first('dist') }}
@endif {{ trans('cruds.aadharProfile.fields.dist_helper') }}
@if($errors->has('state'))
{{ $errors->first('state') }}
@endif {{ trans('cruds.aadharProfile.fields.state_helper') }}
@if($errors->has('pc'))
{{ $errors->first('pc') }}
@endif {{ trans('cruds.aadharProfile.fields.pc_helper') }}
@if($errors->has('pht'))
{{ $errors->first('pht') }}
@endif {{ trans('cruds.aadharProfile.fields.pht_helper') }}
@endsection @section('scripts') @endsection