@php
$tagid = Request::segment(3);
@endphp
@if(!$tagid)
@include('ecommerce::layouts.partials_ecommerce.home_slider')
@endif
{{--
--}}
{{-- @include('ecommerce::layouts.partials_ecommerce.featured_products') --}}
@include('ecommerce::layouts.partials_ecommerce.list_products')
{{ $dataPaginate->links() }}