@if($operate=='singlecategorypage')
{{$catdetail['name']}}
{{strip_tags($catdetail['description'])}}
@endif
@foreach($prodlist as $b)
@php $b=(array) $b; @endphp
![{{$b['name']}}]({{($b['img1']!='')?$b['img1']:$env_config->clientdomain.'assets/img/default.png'}})
@if($b['classname']!='')
{{$b['classname']}}
@endif
{{$b['name']}}
{{$b['brandname']}}
{{'$'.number_format($b['price'],2)}}
VIEW MORE
@endforeach
@include('footer')