@include('errors.messageFlash')
{{ __('Recuperar senha') }}
@csrf
@include('components.inputs._inputType',[
"for" => null,
"label" => "CPF ou E‑mail",
"name" => "login",
"id" => "loginEsqueceu",
"required" => true,
"type" => null,
"old" => old('login'),
"oninput" => null,
"readonly" => false,
"small" => null,
"autocomplete" => "username",
])