mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-15 12:16:47 +00:00
🛠️ Add services index and landing page components with dynamic links and new Polish translations
This commit is contained in:
@@ -62,6 +62,17 @@
|
||||
</flux:navlist.item>
|
||||
</flux:navlist.group>
|
||||
|
||||
<flux:navlist.group :heading="__('Community & Dienste')" class="grid">
|
||||
<flux:navlist.item icon="server" :href="route_with_country('services.index')"
|
||||
:current="request()->routeIs('services.index')"
|
||||
wire:navigate
|
||||
badge="{{ \App\Models\SelfHostedService::query()->count() }}">
|
||||
<div class="flex items-center space-x-2">
|
||||
<span>{{ __('Self Hosted Services') }}</span>
|
||||
</div>
|
||||
</flux:navlist.item>
|
||||
</flux:navlist.group>
|
||||
|
||||
<flux:navlist.group :heading="__('Kurse')" class="grid">
|
||||
<flux:navlist.item icon="academic-cap" :href="route_with_country('courses.index')"
|
||||
:current="request()->routeIs('courses.index')"
|
||||
|
||||
Reference in New Issue
Block a user