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

{{ __("Don't have an account?") }} {{ __('Create one') }}

@endif