@extends('theme::layouts.app') @section('title') {{ $seo_setting?->title ?? siteName() }} @endsection @section('front-content') @include('components.featured') @include('components.weakly-best') @include('components.cta') @include('components.popular') @include('components.trending') @include('components.video') @include('components.hot-blog') @include('components.cta-2') @include('components.latest-blog') @include('components.subscribe-section') @endsection