parfum/resources/views/components/actions/table/new-page-action.blade.php
2025-12-09 13:33:49 +07:00

6 lines
213 B
PHP

<flux:tooltip content="{{ $label }}">
<flux:button href="{{ $route }}" variant="primary" color="{{ $buttonColor }}" icon="{{ $buttonIcon }}"
size="sm" wire:navigate>
</flux:button>
</flux:tooltip>