ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/components/forms/ |
Current File : /home2/selectio/www/fms-worksuite/resources/views/components/forms/button-primary.blade.php |
<button type="button" @if ($disabled) disabled @endif {{ $attributes->merge(['class' => 'btn-primary rounded f-14 p-2']) }}> @if ($icon != '') <i class="fa fa-{{ $icon }} mr-1"></i> @endif {{ $slot }} </button> @include('sections.password-autocomplete-hide')