CSRF Token Test
Token:
{{ csrf_token() }}
@csrf
Submit
@if(request()->isMethod('post'))
SUCCESS! Form submitted without 419!
@endif