@props([ 'action' => '', 'method' => 'POST', 'files' => false, ]) @php $method = strtoupper($method); @endphp
@csrf @if(!in_array($method, ['GET', 'POST'])) @method($method) @endif