5 lines
518 B
PHP
5 lines
518 B
PHP
<button <?php echo e($attributes->merge(['type' => 'submit', 'class' => 'inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 active:bg-gray-900 focus:outline-none focus:border-gray-900 focus:ring focus:ring-gray-300 disabled:opacity-25 transition'])); ?>>
|
|
<?php echo e($slot); ?>
|
|
|
|
</button>
|
|
<?php /**PATH /var/www/exchange/vendor/laravel/jetstream/resources/views/components/button.blade.php ENDPATH**/ ?>
|