@extends('frontend.layouts.app') @section('title', $data['page']->meta_title) @section('meta_keywords', $data['page']->meta_keywords) @section('meta_description', $data['page']->meta_description) @php $url = URL::to('/'); @endphp @push('head-area') @endpush @section('content') @include('includes.partials.slider') @include('includes.partials.home-text') @include('includes.partials.featured-products') @include('includes.partials.featured-categories') {{--@include('includes.partials.new-products')--}} @include('includes.partials.blog') @push('head-area') @endpush @push('before-scripts') @endpush @push('after-scripts') @endpush @endsection