Test POST Request with CSRF
This page tests if CSRF validation is working correctly.
@csrf
Test Input
Submit Form (Normal POST)
Back to Debug
@if(session('message'))
{{ session('message') }}
@endif