@vite(['resources/css/app.css', 'resources/js/app.js'])
{{ config('app.name') }} Logo

AIoT 自動化設備智慧營運平台

Smart Device Management Hub

歡迎回來

請輸入您的帳號與密碼,進入管理後台

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

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

@endif
@if ($errors->get('password'))

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

@endif