@extends('admin.layout') @section('title', '登入') @section('content')

後台登入

使用與 API 相同的帳號(name)與密碼。

@csrf @error('name')
{{ $message }}
@enderror
@endsection