{{$Data->category_name}}
{{$Data->category_description}}
@if($Categories->count() > 0)
@include('inc.product-footer')
@include('inc.product-foot')
-
@foreach($Categories as $Rows)
- {{$Rows->category_name}} @endforeach
@foreach($Categories as $Rows)
@endforeach
@endif
{!! $Rows->category_description !!}
@php $Query = DB::table('mapped_product')->where('category',$Rows->category_id)->get(); @endphp
@foreach($Query as $Row)
@php $Product = DB::table('product')->where('id',$Row->product_id)->where('status',1)->first(); @endphp
@endforeach