add landing pages for meetups

This commit is contained in:
Benjamin Takats
2023-01-14 20:35:54 +01:00
parent 8120b13bff
commit 2f00e34e10
55 changed files with 3161 additions and 17 deletions

View File

@@ -25,4 +25,11 @@
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button>
@endif
<x-button
primary
:href="route('meetup.landing', ['country' => $country, 'meetup' => $row->slug])"
>
<i class="fa fa-thin fa-browser mr-2"></i>
{{ __('Show landing page') }}
</x-button>
</div>