@csrf

{{ __('Iniciar Sesión') }}

{{ __('Ingresa tus credenciales para continuar') }}
@if ($errors->any())

{{ __('Error de autenticación') }}

@foreach ($errors->all() as $error) {{ $error }}@if (!$loop->last)
@endif @endforeach
@endif @if (session('status'))

{{ __('Éxito') }}

{{ session('status') }}
@endif
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{--
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
--}}
@if (Route::has('password.request')) {{ __('¿Olvidaste tu contraseña?') }} @endif