Fixed category, tax and contact form group search and add new issues..

This commit is contained in:
Cüneyt Şentürk 2026-01-01 16:41:32 +00:00
parent d4f2b5b4da
commit c5d61d8f4e
3 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
</div> </div>
</template> </template>
</x-form.group.select> </x-form.group.select>
@elseif (($attributes->has('withoutRemote') && $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new'))) @elseif (($attributes->has('withoutRemote') || $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new')))
<x-form.group.select <x-form.group.select
add-new add-new
path="{{ $path }}" path="{{ $path }}"
@ -63,7 +63,7 @@
</div> </div>
</template> </template>
</x-form.group.select> </x-form.group.select>
@elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') && $attributes->has('without-add-new'))) @elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') || $attributes->has('without-add-new')))
<x-form.group.select <x-form.group.select
remote remote
remote_action="{{ $remoteAction }}" remote_action="{{ $remoteAction }}"

View File

@ -56,7 +56,7 @@
</template> </template>
@endif @endif
</x-form.group.select> </x-form.group.select>
@elseif (($attributes->has('withoutRemote') && $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new'))) @elseif (($attributes->has('withoutRemote') || $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new')))
<x-form.group.select <x-form.group.select
add-new add-new
path="{{ $path }}" path="{{ $path }}"
@ -111,7 +111,7 @@
</template> </template>
@endif @endif
</x-form.group.select> </x-form.group.select>
@elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') && $attributes->has('without-add-new'))) @elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') || $attributes->has('without-add-new')))
<x-form.group.select <x-form.group.select
remote remote
remote_action="{{ $remoteAction }}" remote_action="{{ $remoteAction }}"

View File

@ -60,7 +60,7 @@
</span> </span>
</template> </template>
</x-form.group.select> </x-form.group.select>
@elseif (($attributes->has('withoutRemote') && $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new'))) @elseif (($attributes->has('withoutRemote') || $attributes->has('without-remote')) && (! $attributes->has('withoutAddNew') && ! $attributes->has('without-add-new')))
<x-form.group.select <x-form.group.select
add-new add-new
path="{{ $path }}" path="{{ $path }}"
@ -115,7 +115,7 @@
</span> </span>
</template> </template>
</x-form.group.select> </x-form.group.select>
@elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') && $attributes->has('without-add-new'))) @elseif ((! $attributes->has('withoutRemote') && ! $attributes->has('without-remote')) && ($attributes->has('withoutAddNew') || $attributes->has('without-add-new')))
<x-form.group.select <x-form.group.select
remote remote
remote_action="{{ $remoteAction }}" remote_action="{{ $remoteAction }}"