@props([ 'textcolor' => 'text-cool-gray-600', 'underline' => null ]) merge([ 'type' => 'button', 'class' => ''. $textcolor . ' text-sm leading-5 font-medium focus:outline-none focus:'. $textcolor . ' ' . ($underline ? 'focus:underline ' : ' ') . 'transition duration-150 ease-in-out' . ($attributes->get('disabled') ? ' opacity-75 cursor-not-allowed' : ''), ]) }} > {{ $slot }}