@extends('layouts.application') @section('title', __('Meta title :appName', ['appName' => getSetting('APPLICATION_NAME')])) @section('description', __('Meta description :appName', ['appName' => getSetting('APPLICATION_NAME')])) @section('style') @endsection @section('content')
{!! $page->content !!}
@if (getSetting('AUTH_MODE') == 'enabled') {{ __('Host a meeting?') }} @endif
@if (getSetting('LANDING_PAGE') == 'enabled')

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

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

{{ __('Host Meeting') }}

{{ __('Invite People') }}

{{ __('Have fun') }}

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

{{ __('feature_1') }}

{{ __('feature_description_1') }}

{{ __('feature_2') }}

{{ __('feature_description_2') }}

{{ __('feature_3') }}

{{ __('feature_description_3') }}

{{ __('feature_4') }}

{{ __('feature_description_4') }}

{{ __('feature_5') }}

{{ __('feature_description_5') }}

{{ __('feature_6') }}

{{ __('feature_description_6') }}

{{ __('feature_7') }}

{{ __('feature_description_7') }}

{{ __('feature_8') }}

{{ __('feature_description_8') }}

{{ __('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/pricing')

@endif

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

{{ __('faq_a1') }}
{{ __('faq_a2') }}
{{ __('faq_a3') }}
{{ __('faq_a4') }}

{{ __('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 @endsection @section('script') @endsection