@extends('layout.master') @section('meta') @include('layout.partials.seo', [ 'title' => nova_get_setting_translate('blog_site_title'), 'description' => nova_get_setting_translate('blog_site_description'), 'keywords' => nova_get_setting_translate('blog_site_keywords'), 'image' => Storage::url(nova_get_setting('blog_banner')) ?? Storage::url(nova_get_setting('logo')), 'schema' => nova_get_setting('blog_schema') ]) @endsection @section('content')

{{ JSONByLocale($settings['blog_title_second'] ?? '') }}

{{-- --}} @include('layout.partials.reviews') @include('layout.partials.faqs') @include('layout.partials.partner') {{-- --}} @endsection