@extends('components.main') @section('content')

Prondl Books

@foreach ($descriptions as $descripe)

{{ $descripe->description }}

@endforeach

@lang('home.intro')

@lang('home.why_prondi')

@lang('home.main_features')

@lang('home.first_feature')

{{@$setting->first_feature}}

@lang('home.second_feature')

{{ @$setting->second_feature }}

@lang('home.why_p')

@foreach ($why_left as $left)

{{ $left->head }}

{{ $left->body }}

@endforeach
@foreach ($why_right as $right)

{{ $right->head }}

{{ $right->body }}

@endforeach

@lang('home.pricing')

@lang('home.our_pricing_plans')
@guest
@lang('home.trial_type')
0$ 15 @lang('home.day')

@lang('home.trial_desciption')

@csrf @lang('buttons.choose_plan')
@endguest @auth @if(!auth()->user()->hadTrial())
@lang('home.trial_type')
0$ 15 @lang('home.day')

@lang('home.trial_desciption')

{{-- @lang('buttons.choose_plan') --}}
@csrf @lang('buttons.choose_plan')
@endif @endauth @foreach($plans as $plan)
{{ $plan->type }}
{{ $plan->price }}$ {{ $plan->period }} @lang('home.month')

{!! $plan->description !!}

@lang('buttons.choose_plan')
@endforeach
{{-- start of faq --}}

@lang('home.faq')

@lang('home.have_any_question')
{{-- {{ dd($faqs) }} --}} @php $count = 0; @endphp @php $count = 0; @endphp
@foreach($faqs as $category => $faq)
@php $count++; @endphp @foreach($faq as $fa)

{{ $fa->question }}

{{ $fa->answer }}

@endforeach {{-- {{ dd($count) }} --}}
@endforeach {{--
--}}
{{-- end of faq --}}

@lang('home.payment_method')

@lang('home.contact_us')

@lang('home.happy_answer')
@include('components.responses')
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@error('description')
@lang($message)
@enderror
@endsection