@extends('layouts.app') @section('title_and_meta') cakes | Wishours @endsection @section('content')
@foreach ($Allcategories as $menu) @endforeach
@if(isset($product_lists)) @foreach ( $product_lists as $allProduct )
Warning: Invalid argument supplied for foreach() in /home/wishours/public_html/resources/views/front/products/allproduct.blade.php on line 56
product

{{ $allProduct->title }}

@if ($avg_rev != 0) @endif
₹ {{ $allProduct->price }}
@endforeach @endif
@if($conut_pro > 6) {{--

--}} @endif
@endsection