Test POST Request with CSRF

This page tests if CSRF validation is working correctly.

@csrf
Back to Debug
@if(session('message'))
{{ session('message') }}
@endif