@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.userAccount.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.userAccount.fields.name_helper') }}
@if($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif {{ trans('cruds.userAccount.fields.phone_no_helper') }}
@if($errors->has('email')) {{ $errors->first('email') }} @endif {{ trans('cruds.userAccount.fields.email_helper') }}
@if($errors->has('user_type')) {{ $errors->first('user_type') }} @endif {{ trans('cruds.userAccount.fields.user_type_helper') }}
@if($errors->has('caid')) {{ $errors->first('caid') }} @endif {{ trans('cruds.userAccount.fields.caid_helper') }}
@if($errors->has('eiin')) {{ $errors->first('eiin') }} @endif {{ trans('cruds.userAccount.fields.eiin_helper') }}
@if($errors->has('pdsid')) {{ $errors->first('pdsid') }} @endif {{ trans('cruds.userAccount.fields.pdsid_helper') }}
@if($errors->has('index_no')) {{ $errors->first('index_no') }} @endif
@if($errors->has('suid')) {{ $errors->first('suid') }} @endif {{ trans('cruds.userAccount.fields.suid_helper') }}
@if($errors->has('password')) {{ $errors->first('password') }} @endif {{ trans('cruds.userAccount.fields.password_helper') }}
@if($errors->has('permission_access_modules')) {{ $errors->first('permission_access_modules') }} @endif {{ trans('cruds.userAccount.fields.permission_access_modules_helper') }}
@foreach(App\Models\UserAccount::LOGIN_ALLOWED_RADIO as $key => $label)
login_allowed) === $key ? 'checked' : '' }}>
@endforeach @if($errors->has('login_allowed')) {{ $errors->first('login_allowed') }} @endif {{ trans('cruds.userAccount.fields.login_allowed_helper') }}
@endsection @section('scripts') @endsection