• {{ __('trans.settings') }}
      @foreach (Settings()->whereIn('type',['publicSettings','payments_integration'])->unique('type') as $item)
    • type"]) }}">{{ __('trans.'.$item->type.'') }}
    • @endforeach
  • {{ __('trans.side_pages') }}
      @foreach (Settings()->whereNotIn('type',['publicSettings','payments_integration'])->unique('type') as $item)
    • type"]) }}">{{ __('trans.'.$item->type.'') }}
    • @endforeach