Merge pull request #3333 from cuneytsenturk/master
Fixed category, tax and contact form group search and add new issues..
This commit is contained in:
commit
4a0419774b
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
|
|
@ -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 }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue