@props([ 'style' => 'horizontal', 'route' => null, 'method' => 'POST', 'model' => null, 'handler' => 'Submit()', 'attribute' => 'enctype="multipart/form-data"', ])
@if (!in_array($method, ['GET', 'POST'])) @method($method) @endif @csrf {!! $slot !!}