@extends('layout.app') @section('content') @if($fSectSettings->features_active == 1)
@foreach($futures as $future) {!! $future->image !!} @endforeach
@endif @if($fSectSettings->generators_active == 1)
@foreach($generatorsList as $entry) @endforeach
@foreach($generatorsList as $entry)
{!! __($entry->subtitle_one) !!} {!! __($entry->subtitle_two) !!}

{!! __($entry->title) !!}

{!! __($entry->text) !!}

{{__($entry->image_title)}}

{!! __($entry->image_title) !!}

{!! __($entry->image_subtitle) !!}

@endforeach
@endif @if($fSectSettings->who_is_for_active == 1)
@foreach($who_is_for as $entry) @endforeach
@endif
@if($fSectSettings->custom_templates_active == 1)
{!! __($fSectSettings->custom_templates_subtitle_one) !!} {!! __($fSectSettings->custom_templates_subtitle_two) !!}
@foreach($filters as $filter) @endforeach
@foreach($templates as $item) @if($item->active != 1) @continue @endif {!! $item->image !!} {{-- {{__($item->title)}} --}} @endforeach
@endif @if($fSectSettings->tools_active == 1)
@foreach($tools as $tool) {!! __($tool->title) !!} @endforeach
@endif @if($fSectSettings->how_it_works_active == 1)

{!! __($fSectSettings->how_it_works_title) !!}

@foreach($howitWorks as $step)
{{ __($step->order )}}

{!! __($step->title) !!}

@endforeach
@if($howitWorksDefaults["option"]==1)
{!! $howitWorksDefaults['html'] !!}
@endif
@endif @if($fSectSettings->testimonials_active == 1)
{!! __($fSectSettings->testimonials_subtitle_one) !!} {!! __($fSectSettings->testimonials_subtitle_two) !!}
@foreach($testimonials as $entry)
{{__($entry->full_name)}}

{!! __($entry->full_name) !!}

{!! __($entry->job_title) !!}

@endforeach
@foreach($clients as $entry) {{__($entry->alt)}} @endforeach
@endif @if($fSectSettings->pricing_active == 1)
@foreach($plansSubscriptionMonthly as $plan) @endforeach

{!! __('Safe Payment: Use Stripe or Credit Card.') !!}

@endif @if($fSectSettings->faq_active == 1)
{!! __($fSectSettings->faq_text_one) !!} {!! __($fSectSettings->faq_text_two) !!}
@foreach($faq as $item) @endforeach
@endif @if($fSectSettings->blog_active == 1)
{!! __($fSectSettings->blog_subtitle) !!}
@foreach ($posts as $post) @include('blog.part.card') @endforeach
@endif @if($setting->gdpr_status == 1)
{!! __($setting->gdpr_content) !!}
@endif @endsection