@vite(['resources/css/app.css', 'resources/js/app.js'])

登入

請輸入您的帳號密碼以繼續

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->get('username'))

{{ $errors->first('username') }}

@endif
@if (Route::has('password.request')) 忘記密碼? @endif
@if ($errors->get('password'))

{{ $errors->first('password') }}

@endif