@props([ 'name' => false, 'text' => '', 'type' => 'submit', 'classes' => '', 'tag' => 'button', 'width' => '' ]) <{{$tag}} @if($tag == 'button') type="{{ $type }}" @endif @if($name) name="{{ $name }}" @endif class="leading-zero disabled:opacity-60 disabled:cursor-wait {{ $width }}" {{ $attributes }}>
{{ $text }}