@props([ 'type' => $attributes->get('type') ?? 'button', 'disabled' => null, 'confirm' => null, 'confirmAction' => null, ]) @if ($type === 'submit') {{ $slot }} @elseif($type === 'button') {{ $slot }} @endif