@extends('layouts.main') @section('title', 'Shop') @section('style') @if (isset($microsite_subdomain) && $microsite_subdomain != '') @endif {{-- --}} @endsection @section('navbar') @include('layouts.navbar') @endsection @section('content') @csrf Search Filter Filters Reset Filters Category @foreach ($category as $k => $c) {{ $c['name'] }} @endforeach Sub-category @foreach ($sub_category as $k => $v) {{ $v['name'] }} @endforeach Price Min Max ₹ - ₹ HOME > PRODUCTS Download Sort : Latest Oldest Low to High High to Low {{-- @include("product_table") --}} @endsection @section('script') @endsection