@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page . ' | ' . $meeting->title) @section('styles') @endsection @section('content') @include('include.user.header')

{{ __('Camera is off') }}

@if ($meeting->timeLimit == '-1') {{ __('Unlimited Minutes') }} @else {{ $meeting->timeLimit }} {{ __('Minutes') }} @endif

{{ $meeting->title }}

{{ $meeting->description }}

{{ $meeting->meeting_id }}
{{ $meeting->date ? formatDate($meeting->date) : '00-00-0000' }}
{{ $meeting->time ? formatTime($meeting->time) : '00:00 00' }}
{{ $meeting->timezone ? $meeting->timezone : '-' }}
@if ($meeting->password)
@endif

{{ __('Could not connect to the server, please try refreshing the page') }}

@if ($meeting->isAdmin) {{ __('Troubleshooting steps (Visible to the admin only)') }} @endif
@if (getAuthUserInfo('avatar')) @else {{ getAuthUserInfo('username') ? getAuthUserInfo('username')[0] : '' }} @endif
{{ __('You') }} isModerator) style="display: none" @endif>
{{ __('Your screen') }}

{{ __('Group Chat') }}

{{ __('ChatGPT') }} {{ __('ChatGPT') }}

{{ __('Whiteboard') }}

{{ __('Allow Camera') }}
@endsection @section('script') @endsection