🎉 Add event creation and editing functionality for meetups

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 12:46:49 +01:00
parent 0800213e80
commit 122da2b2c7
4 changed files with 192 additions and 29 deletions

View File

@@ -152,6 +152,9 @@ new class extends Component {
variant="filled" icon="pencil">
{{ __('Bearbeiten') }}
</flux:button>
<flux:button :href="route_with_country('meetups.events.create', ['meetup' => $meetup])" size="xs" variant="ghost" icon="calendar">
{{ __('Events') }}
</flux:button>
</flux:table.cell>
</flux:table.row>
@endforeach