@include('header')
@if($operate=='singlecategorypage')

{{$catdetail['name']}}

{{strip_tags($catdetail['description'])}}

@endif
@foreach($prodlist as $b) @php $b=(array) $b; @endphp
{{$b['name']}} @if($b['classname']!='')
{{$b['classname']}}
@endif

{{$b['name']}}

{{$b['brandname']}}

{{'$'.number_format($b['price'],2)}}
VIEW MORE
@endforeach
@include('footer')