@extends('layouts.app') @section('title', 'CSR 驗證器') @section('content')

✔️ CSR 驗證工具

🔙 返回產生器
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@endsection