@extends('layout.admin_master') @section('title', '登入') @section('content')
@if(isset($err)) {{ $err }}
@endif
@csrf @method('POST')

後台登入

@stop