@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page . ' | ' . $meeting->title) @section('style') @endsection @section('content')
{{ __('Camera is off') }}
{{ $meeting->title }}
{{ $meeting->timeLimit . ' ' . __('Minutes') }}
{{ $meeting->meeting_id }}

{{ $meeting->description ? $meeting->description : '-' }}

@if ($meeting->password)
@endif
{{ __('You') }}


{{ __('Chat') }}
@endsection @section('script') @endsection