leenooks/resources/components/button/submit.blade.php

1 line
111 B
PHP
Raw Normal View History

<button type="submit" id="submit" {{ $attributes->class(['btn','btn-sm','btn-success']) }}>{{ $slot }}</button>