@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.ekyc.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('aadhaar'))
{{ $errors->first('aadhaar') }}
@endif {{ trans('cruds.ekyc.fields.aadhaar_helper') }}
@if($errors->has('virtual_id_one'))
{{ $errors->first('virtual_id_one') }}
@endif {{ trans('cruds.ekyc.fields.virtual_id_one_helper') }}
@if($errors->has('virtual_id_two'))
{{ $errors->first('virtual_id_two') }}
@endif {{ trans('cruds.ekyc.fields.virtual_id_two_helper') }}
@if($errors->has('virtual_id_three'))
{{ $errors->first('virtual_id_three') }}
@endif {{ trans('cruds.ekyc.fields.virtual_id_three_helper') }}
@if($errors->has('virtual_id_four'))
{{ $errors->first('virtual_id_four') }}
@endif {{ trans('cruds.ekyc.fields.virtual_id_four_helper') }}
@if($errors->has('digi_locker'))
{{ $errors->first('digi_locker') }}
@endif {{ trans('cruds.ekyc.fields.digi_locker_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('users'))
{{ $errors->first('users') }}
@endif {{ trans('cruds.ekyc.fields.user_helper') }}
@endsection