{{__('Latest Products of')}}
{{$category->name}}
@foreach($products->where('status','!==','discontinue')->take(8) as $item)
@endforeach