CSRF Token Test

Token: {{ csrf_token() }}

@csrf
@if(request()->isMethod('post'))

SUCCESS! Form submitted without 419!

@endif