{{-- Template Name: Home Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.home.banner-section') @include('partials.home.quick-links') @include('partials.home.featured-articles') @include('partials.home.shop-by-category') @include('partials.home.featured-stores-1') @include('partials.home.newsletter-subscription') @include('partials.home.featured-stores-2') @endwhile @endsection