@extends('master') @section('seo_title', config('app.SEO_TITLE')) @section('seo_keywords', config('app.SEO_KEYWORDS')) @section('seo_description', config('app.SEO_DESCRIPTION')) @section('content') @include('home.slider') @include('home.promotions') @include('home.featured-categories') @include('home.new') @include('home.secondary-banner') @include('home.most-sold') @include('home.tertiary-banner') @include('home.brands', ['brands' => $brands]) @include('home.reviews') @include('home.company-values') @endsection