@extends('frontend.layouts.app') @section('title', $data['page']->meta_title.' - '. app_name()) @section('meta_keywords', $data['page']->meta_keywords) @section('meta_description', $data['page']->meta_description) @push('head-area') @endpush @section('content') @include('includes.partials.main-categories') @include('includes.partials.home-videos') @include('includes.partials.home-content') @include('includes.partials.featured-products') @include('includes.partials.featured-categories') @include('includes.partials.faqs') @endsection