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