@extends('frontend.layouts.template')
@section('content')
@include('frontend.home.inc-slider')
@include('frontend.home.inc-products')
@include('frontend.home.inc-trending')
@endsection
@section('modals')
@include('frontend.home.inc-popup')
@endsection
@section('javascript')
@php
$pp = popup_promotion();
@endphp
@if( $pp )
@endif
@endsection