@extends('layouts.welcome') @section('title', __('Meta title')) @section('description', __('Meta description')) @section('home-content')
@include('include.user.header')
{{ __('Next Generation Video Conferencing') }}

{{ __('Meet.') }} {{ __('Collaborate.') }} {{ __('Succeed.') }}

{{ __('Experience crystal-clear video meetings with enterprise-grade security and intuitive features') }}

@if (getSetting('AUTH_MODE') == 'enabled')
{{ __('Want to host?') }} {{ __('Start a meeting') }}
@endif
{{ __('Secure') }}
{{ __('Easy to use') }}
{{ __('Instant join') }}
{{ __('End-to-End Encryption') }}
{{ __('1000+ Daily Users') }}
{{ __('5-Star Rating') }}
{{ __('Team Meeting') }}
12:30
{{ __('John Doe') }}
{{ __('HD Quality') }}
{{ __('Crystal clear video') }}
{{ __('Live Chat') }}
{{ __('Real-time messaging') }}
{{ __('File Sharing') }}
{{ __('Share documents instantly') }}
@include('include.user.footer')
@endsection @push('styles') @endpush @push('scripts') @endpush