@aware(['icon', 'action', 'size', 'error', 'stepper'])
@props([
    'icon' => null,
    'action' => null,
    'stepper' => null,
    'error' => null,
    'size' => 'md',
    'addNew' => false,
    'name' => null,
])
@if($addNew)
    
        @endif
        
        @if ($attributes->has('multiple'))
            
                {{ __('Hold cmd(on mac) or ctrl(on pc) to select multiple items.') }}
            
        @endif
        @if ($addNew)
            @php
                $newId = str()->random(10);
            @endphp
            
                
                    
                    {{ __('Add New') }}
                
                
                    
                    
                        
                            {{ __('Cancel') }}
                        
                        
                            {{ __('Add') }}
                        
                    
                
            
        @endif
        @if($addNew)