Raz
Raz
I don't use any placeholder. My modal looks like: ``` {{ __('Title') }} {{ __('Product') }} {{ $form->product->name }} ... @can('delete', $form->product) @endcan {{ __('Save') }} ```
Please check this recording. If needed I can provide the code related to the submitted form which contains multiple select2 elements, foreach loops, if/else conditions and alpine js code. https://github.com/wire-elements/modal/assets/105241697/46440e75-7bba-4d04-ba79-0c834a9b43e1
> Dear @PhiloNL this solution `Open `works perfectly on the blade page, but how to use this `wire:modal `call from Livewire controler ? Correctly for this scenario when i need...