@props([ 'breakpoint' => 'sm', 'cols' => '6', 'method' => 'POST', 'action' => '#', 'buttons' => false, 'submitButtonText' => 'Submit' ])
@csrf @if($method != 'POST' AND $method != 'GET') @method($method) @endif {{ $slot }}
@if($buttons) {{ $buttons }} @else Cancel {{ $submitButtonText }} @endif {{ $buttons }}