@extends('front.layouts.app') @section('title') {{ getAppName() }} @endsection @section('content')

{{ $setting['home_page_title'] }}

{{ $setting['sub_text'] ?? '' }}

@if(empty(getLogInUser())) {{ __('auth.get_started') }} @endif
Vcard

{{__('messages.plan.features')}}

@foreach($features as $feature)

{{ $feature->name }}

{!! $feature->description !!}

@endforeach

{{__('auth.modern_&_powerful_interface')}}

About

{{$aboutUS[0]['title']}}

{!! $aboutUS[0]['description'] !!}

{{ $aboutUS[1]['title'] }}

{!! $aboutUS[1]['description'] !!}

About
About

{{ $aboutUS[2]['title']}}

{!! $aboutUS[2]['description'] !!}

{{__("auth.choose_a_plan_that's_right_for_you")}}

@if(!$testimonials->isEmpty())

{{__('auth.stories_from_our_customers')}}

@endif

{{__('messages.contact_us.contact')}}

@endsection