@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif

{{ __('Signing in...') }}

{{ __('Preparing your dashboard') }}

@if (Route::has('register'))
{{ __('Don\'t have an account?') }} {{ __('Sign up') }}
@endif