Files
MKM/resources/views/forms/components/branch-accounts.blade.php
2024-08-11 20:03:49 +08:00

9 lines
253 B
PHP

<x-dynamic-component
:component="$getFieldWrapperView()"
:field="$field"
>
<div x-data="{ state: $wire.$entangle('{{ $getStatePath() }}') }">
<!-- Interact with the `state` property in Alpine.js -->
</div>
</x-dynamic-component>