add meetup event landing page

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 18:49:38 +01:00
parent a24618e074
commit 62a18bac28
24 changed files with 781 additions and 256 deletions

View File

@@ -1,9 +1,9 @@
<div class="flex flex-col space-y-1">
<div>
<x-button
black
primary
xs
:href="route('meetup.landing', ['country' => $country, 'meetup' => $row->meetup->slug])"
:href="route('meetup.event.landing', ['country' => $country, 'meetupEvent' => $row->id])"
>
<i class="fa fa-thin fa-browser mr-2"></i>
{{ __('Show landing page') }}