@extends('layouts.app') @section('title_and_meta') {{ $Maincategory->meta_title }} | Wishours @endsection @section('content')
loading product
    @if(isset($flavors)) @foreach($flavors->subCategories as $key => $flavor) @if($key <=7)
  • {{ $flavor->title }}
  • @endif @endforeach @endif

Product not found !

@foreach($allProductslist as $proList) @if($proList->addonproduct == 0)
slug])}}"> thumbnail }}">
slug]) }}">{{ $proList->title }}
@foreach ($proList->reviews as $rew) @endforeach
₹{{ $proList->price }}
@endif @endforeach

Flavour

    @if(isset($flavors)) @foreach($flavors->subCategories as $key => $flavor)
  • {{ $flavor->title }}
  • @endforeach @endif

Price Range

@endsection