@include('fragments.form.element.textual', [ /*'icon' => 'key',*/ 'type' => 'password', 'name' => 'password' . (isset($confirm) && $confirm ? '_confirmation' : ''), 'label' => (isset($confirm) && $confirm ? 'label.confirm_password' : 'label.password'), 'attributes' => array_merge([ 'required' => true ], ($attributes ?? [])) ])