{{-- MAIN --}}

{{ $meetup->intro }}

{{ __('Download') }}

{{ __('Confirmations') }}

    @foreach($attendees as $a)
  • {{ $a['name'] }}

    {{ $a['name'] }}

    {{ __('Participation confirmed') }}

  • @endforeach

{{ __('Perhaps') }}

    @foreach($mightAttendees as $a)
  • {{ $a['name'] }}

    {{ $a['name'] }}

    {{ __('Perhaps') }}

  • @endforeach

{{ $meetup->name }}

{{ __('When') }}: {{ $meetupEvent->start->asDateTime() }}

{{ __('Where') }}: {{ $meetupEvent->location }}

{!! $meetupEvent->description !!}
@if($meetupEvent->link) {{ __('Event-Link') }} @endif
@if($meetup->telegram_link) {{ __('Telegram-Link') }} @endif
@if($meetup->webpage) {{ __('Website') }} @endif
@if($meetup->simplex) {{ __('SimpleX') }} @endif
@if($meetup->matrix_group) {{ __('Matrix-Group') }} @endif
@if($meetup->twitter_username) {{ __('Twitter') }} @endif
{{ __('Confirmations') }}
{{ count($meetupEvent->attendees ?? []) }}
{{ __('Perhaps') }}
{{ count($meetupEvent->might_attendees ?? []) }}
@if(!$willShowUp && !$perhapsShowUp)
{{ __('I will show up') }}
@else
{{ __('Unfortunately I cannot come') }}
@endif
@if(!$perhapsShowUp && !$willShowUp)
{{ __('Might attend') }}
@endif
@auth @else

{{ __('Remember that you are currently not logged in.') }}

  • {{ __('Your participation will only be saved for one week in the current browser session.') }}
  • {{ __('You cannot withdraw your participation after one week.') }}
  • {{ __('Log in so that you can edit your participation at any time.') }}
{{ __('Login') }}
@endauth
{{ __('Calendar Stream-Url') }} {{ $meetup->name }} @if(auth()->check() && auth()->user()->meetups->count() > 0) {{ __('Calendar Stream-Url for my meetups only') }} @endif
@push('modals') @auth @else

{{ __('Remember that you are currently not logged in.') }}

  • {{ __('Your participation will only be saved for one week in the current browser session.') }}
  • {{ __('You cannot withdraw your participation after one week.') }}
  • {{ __('Log in so that you can edit your participation at any time.') }}
{{ __('Login') }}
@endauth
@endpush {{-- FOOTER --}} @feature('nostr.groups') @endfeature