@if($row->meetup_events_count > 0)
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
@endif @if($row->meetup_events_count < 1)
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
@endif
{{ __('Calendar Stream-Url') }} ({{ $row->meetup_events_count }})
{{ __('Show landing page') }}
@if($row->telegram_link)
{{ __('Telegram-Link') }}
@endif @if($row->webpage)
{{ __('Website') }}
@endif @if($row->twitter_username)
{{ __('Twitter') }}
@endif @if($row->nostr)
{{ __('Nostr') }}
@endif @if(auth()->check() && auth()->user()->meetups->contains($row))
{{ __('Edit') }}
@endif