@csrf
@include('components.inputs._inputType',[ 'for'=>null, 'label'=>__('Nome completo'), 'name'=>'fullName', 'id'=>null, 'required'=>true, 'type'=>null, 'old'=>old('fullName'), 'oninput'=>null, 'readonly'=>false, 'small'=>null, ])
@include('components.inputs._inputType',[ 'for'=>null, 'label'=>__('Senha'), 'name'=>'password', 'id'=>null, 'required'=>true, 'type'=>'password', 'old'=> old('password'), 'oninput'=>null, 'readonly'=>false, 'small'=>null, ])
@include('components.inputs._inputType',[ 'for'=>null, 'label'=>__('Repetir senha'), 'name'=>'password_repeat', 'id'=>null, 'required'=>true, 'type'=>'password', 'old'=> old('password_repeat'), 'oninput'=>null, 'readonly'=>false, 'small'=>null, ])