@extends('layouts.front.shell') @section('cssdefine') @php $time = time(); @endphp @endsection @section('content')

{{__('home.newfeel')}}

{!!__('home.titile_explian')!!}

@if (session()->has('uuid')) {{__('home.start_meeting')}} @else {{__('home.start_meeting')}} @endif

{{__('home.transword')}}
person{{__('home.attendlang')}}{{__('home.chinese')}}
person{{__('home.attendlang')}}{{__('home.japanese')}}
person{{__('home.attendlang')}}{{__('home.french')}}

{!!__('home.medium_meet_detail')!!}
{!!__('home.transword_detail')!!}
{!!__('home.auto_meetrecord_detail')!!}
{!!__('home.web_apply_detail')!!}

Basic

{{__('home.free')}}
    {!!__('home.basicdetail')!!}

Pro

{{__('home.proprice')}}
    {!!__('home.prodetail')!!}

Premium

{{__('home.preprice')}}
    {!!__('home.predetail')!!}
@endsection