@php $learn_more_link = $fSectSettings->custom_templates_learn_more_link; $learn_more_link_url = $fSectSettings->custom_templates_learn_more_link_url; // fallback to banner settings if (!$learn_more_link) { $learn_more_link = $fSetting->hero_scroll_text; } if (!$learn_more_link_url) { $learn_more_link_url = '#templates'; } @endphp {!! adsense_templates_728x90() !!}
{!! $fSectSettings->custom_templates_subtitle_one ? __($fSectSettings->custom_templates_subtitle_one) : __($fSetting->hero_subtitle) !!}

{!! $fSectSettings->custom_templates_title ? __($fSectSettings->custom_templates_title) : __('Write anywhere and everywhere with thee custom templates') !!}

{!! __($learn_more_link) !!}
@foreach ($templates as $item) @if ($item->active != 1) @continue @endif @include('landing-page.custom-templates.item') @endforeach