@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

Filters


@foreach ($category as $k => $c)
@endforeach

@foreach ($sub_category as $k => $v)
@endforeach

- ₹

HOME > PRODUCTS
:
{{-- @include("product_table") --}}
@endsection @section('script') @endsection