PORTAL-1N fixed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-01 10:14:39 +01:00
parent 6295847731
commit 7fca22d173
8 changed files with 324 additions and 119 deletions

View File

@@ -113,7 +113,7 @@
</div>
</div>
<div class="flex space-x-2 justify-end w-full items-end">
@if(!str(request()->route()->getName())->contains('.view'))
@if(!str(request()->route()->getName())->contains(['.view', 'landing']))
<x-native-select
label="{{ __('Change country') }}"
wire:model="c"