We're sorry but Stocky doesn't work properly without JavaScript enabled. Please enable it to continue.
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ __('Forgot your password?') }}
{{ __('Enter your email to receive a reset link.') }}
@csrf
{{ __('E-Mail Address') }}
{{ __('Send Password Reset Link') }}
{{ __('Back to login') }}