@csrf
@include('components.inputs._inputType',[ 'for'=>null, 'label'=>__('Nome completo'), 'name'=>'fullName', 'id'=>'fullName', 'required'=>true, 'type'=>null, 'old'=>old('fullName'), 'oninput'=>null, 'readonly'=>false, 'small'=>null, ])
@include('components.inputs._inputType',[ 'for'=>null, 'label'=>__('Telefone'), 'name'=>'phoneNumber', 'id'=>'phoneNumberNovaConta', 'required'=>true, 'type'=>null, 'old'=>old('phoneNumber'), 'oninput'=>'javascript:aplicarMascaraTelefone(this)', 'readonly'=>false, 'small'=>null, ])
@include('components.inputs._inputType',[ 'for'=>null, 'label'=>__('Senha'), 'name'=>'password', 'id'=>'passwordNovaConta', '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'=>'passwordRepeatNovaConta', 'required'=>true, 'type'=>'password', 'old'=> old('password_repeat'), 'oninput'=>null, 'readonly'=>false, 'small'=>null, ])

Login | Esqueceu senha?