{{-- MAIN --}}

{{ $meetup->intro }}

{{ $meetup->users->count() }} {{ __('Plebs') }}

@if(auth()->check()) @endif

{{ $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->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
{{-- FOOTER --}}