!isset($color) || $color == 'green', 'bg-red-600 text-white border-red-600 hover:text-red-600' => isset($color) && $color == 'red', 'bg-neutral-500 text-white border-neutral-500 hover:text-neutral-600' => isset($color) && $color == 'gray', 'opacity-50 pointer-events-none cursor-not-allowed' => isset($disabled) && $disabled, ($class ?? "") => isset($class) ]) > @isset($icon) @svg("heroicon-o-$icon", 'w-4 h-4') @endisset {{ $label ?? "Valider" }}