@extends('frontend.layout') @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('style') @php $newletterBg = !empty($newsletterData->background_image) ? asset('assets/img/newsletter-section/' . $newsletterData->background_image) : asset('assets/img/static/newsletter.jpeg') @endphp @if ($secInfo->newsletter_section_status == 1) @endif @endsection @section('content')
{{ $feature->text }}
{{ $testimonial->comment }}
{{ !empty($newsletterData->text) ? $newsletterData->text : '' }}