{{ __('views.auth.login.title') }}
@if($errors->has('attempts'))
{{ $errors->first('attempts') }}
@endif
@csrf
{{ __('views.auth.login.username') }}
@if($errors->has('usuario'))
{{ $errors->first('usuario') }}
@endif
{{ __('views.auth.login.password') }}
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('views.auth.login.submit') }}