@extends('layouts.welcome') @section('title', __('Meta title')) @section('description', __('Meta description')) @section('home-content')
@include('include.user.header')

{!! $page->content !!}

@if (getSetting('AUTH_MODE') == 'enabled') @endif
@if (getSetting('LANDING_PAGE') == 'enabled')

{{ __('About The Site') }}

{{ __('The application provides the ability to host video meetings without downloading any apps into your machine. Enjoy fast, secure, and high-definition video meetings with rich features such as chat, file sharing, screen sharing, and many more.') }}

{{ __('Host Meeting') }}

{{ __('Invite People') }}

{{ __('Have fun') }}

{{ __('Video Conference Features') }}

{{ __('Groups') }}

{{ __('Enjoy browser-based multi-user conferences without downloading any app.') }}

{{ __('In-Built Chat') }}

{{ __('Share links and notes with our real-time chat feature on the go.') }}

{{ __('Screen Sharing') }}

{{ __('Need to show something important during the conference? Share your screen instantly.') }}

{{ __('File Sharing') }}

{{ __('Now you can share any media file of your choice on the go during video conferences.') }}

{{ __('Whiteboard') }}

{{ __('Use the collaborative whiteboard to share your ideas. Draw, write & download as an image.') }}

{{ __('Recording') }}

{{ __('Easily record the meeting along with the screen and whiteboard, directly into your device.') }}

{{ __('Device Selection') }}

{{ __('Choose which device and video quality work best for you before and after joining a meeting.') }}

{{ __('End-to-End Encryption') }}

{{ __('The video meetings are end-to-end encrypted so that you can relax and enjoy the meeting.') }}

{{ __('How To Host Video Meetings') }}

{{ __('Once you are logged into the system, navigate to the dashboard and create a new meeting. Then, click and the Start link and Join the meeting. When the browser prompts for media permission, then approve it. You should be inside the video meeting now.') }}

{{ __('Invite someone by clicking on the share icon. When they enter the same meeting ID as yours, you both will be connected. Enjoy rich features such as chat, screen sharing, file sharing, etc.') }}

@if (Route::has('pricing') && count(paymentGateways()) != 0 && getSetting('PAYMENT_MODE') == 'enabled')
@include('include.user.pricing')
@endif

{{ __('Frequently Asked Questions') }}

{{ __('The meetings are end-to-end encrypted. In addition, the host can set a meeting password, can decide who joins the meeting, and can kick participants out of the meeting. Which makes the meeting very secure.') }}

{{ __('You can send the meeting invite email from the dashboard or once you join the meeting, you can share the link in just one click from the meeting option buttons.') }}

{{ __('Make sure you have the media device attached and the browser is not blocked by your device settings. The best way is to test your media device online.') }}

{{ __('Make sure you both are in the same meeting. If you are the host, check the dialog in the upper right corner where you can accept the participant`s request.') }}

{{ __('5-Star Rated Application') }}

{{ __('The application is the best way to host video meetings online. The easy-to-use features make it more convenient to use this application for users. Try hosting a meeting now, you will get to know how easy to use the features are.') }}

{{ __('What are you waiting for? Host a meeting now.') }}

{{ __('Start now') }}
@endif @if (getSetting('PWA') == 'enabled') @include('include.pwa-installation-modal') @endif @include('include.cookie') @include('include.user.footer')
@endsection