country = request()->route('country'); } public function with(): array { return [ 'meetup' => $this->meetup, 'events' => $this->meetup ->meetupEvents() ->where('start', '>=', now()) ->orderBy('start', 'asc') ->get(), ]; } }; ?>
{{ $meetup->nostr }}
{{ $meetup->community }}
{{ __('Zoom = STRG+Scroll') }}