<x-dynamic-component
:component="$getFieldWrapperView()"
:field="$field"
>
<div >
<button type="button" @click="$dispatch('open-modal', { id: 'business-category-select-modal' })">
Select Business Categories
</button>
<x-filament::modal id="business-category-select-modal">
<x-slot name="heading">
Modal heading
</x-slot>
<livewire:business-category-selection :modelId="$modelId" modelType="Brand" :key="'business-category-select-' . $modelId" wire:model="{{ $getStatePath() }}" />
</x-filament::modal>
</div>
</x-dynamic-component>
<x-dynamic-component
:component="$getFieldWrapperView()"
:field="$field"
>
<div >
<button type="button" @click="$dispatch('open-modal', { id: 'business-category-select-modal' })">
Select Business Categories
</button>
<x-filament::modal id="business-category-select-modal">
<x-slot name="heading">
Modal heading
</x-slot>
<livewire:business-category-selection :modelId="$modelId" modelType="Brand" :key="'business-category-select-' . $modelId" wire:model="{{ $getStatePath() }}" />
</x-filament::modal>
</div>
</x-dynamic-component>