@csrf
{{-- Left: Register --}}
@if (Route::has('register')) Register Account @endif
{{-- Right: Forgot Password + Login Button --}}
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}