@extends('landing.layouts.app') @section('title') {{ __('messages.landing.home') }} @endsection @section('content')

{{ $sectionTwo['text_main'] }}

{{ $sectionTwo['text_secondary'] }}

{{ $sectionTwo['card_one_text'] }}

{{ $sectionTwo['card_one_text_secondary'] }}

{{ $sectionTwo['card_two_text'] }}

{{ $sectionTwo['card_two_text_secondary'] }}

{{ $sectionTwo['card_three_text'] }}

{{ $sectionTwo['card_three_text_secondary'] }}

{{ $sectionTwo['card_four_text'] }}

{{ $sectionTwo['card_four_text_secondary'] }}

{{ $sectionTwo['card_five_text'] }}

{{ $sectionTwo['card_five_text_secondary'] }}

{{ $sectionTwo['card_six_text'] }}

{{ $sectionTwo['card_six_text_secondary'] }}

app-features

{{ $sectionThree['text_main'] }}

{{ $sectionThree['text_secondary'] }}

{{ $sectionThree['text_one'] }}

{{ $sectionThree['text_one_secondary'] }}

{{ $sectionThree['text_two'] }}

{{ $sectionThree['text_two_secondary'] }}

{{ $sectionThree['text_three'] }}

{{ $sectionThree['text_three_secondary'] }}

@include('landing.landing_pricing_plan.index', ['screenFrom' => Route::currentRouteName()])

{{ strtoupper(__('messages.landing.feedbacks')) }}

{{ __('messages.landing.what_people') }}

{{ strtoupper(__('messages.landing.discover')) }}

{{ __('messages.landing.some_frequently') }}

@foreach($faqs as $faq)

{{ $faq->answer }}

@endforeach

{{ strtoupper(__('messages.landing.contact')) }}

{{ __('messages.landing.write_message') }}

@method('POST') @csrf
@endsection @section('scripts') @endsection