@props([ 'action', 'method' => 'POST' ])
@csrf @unless (in_array($method, ['GET', 'POST'])) @method($method) @endunless {{ $slot }}