@lang('Login')
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Login') }}
Demo Accounts
@if (Route::has('register'))

Do not have an account? Register.

@endif