@props([ 'id' => 'form_id', 'action' => '', 'method' => 'POST', 'lang' => true, ]) @php $httpMethod = strtoupper($method); $spoof = !in_array($httpMethod, ['GET','POST']); @endphp