@if($description)
00:00:00
@endif @if($errors->has('attempts'))
{{ $errors->first('attempts') }}
@endif
@csrf @if($description) @endif
@if($errors->has('usuario'))
{{ $errors->first('usuario') }}
@endif @if($errors->has('password'))
{{ $errors->first('password') }}
@endif