@if (!empty($productDatas) && count($productDatas)) @foreach ($productDatas as $item)
@php $cate = $item['detail'] ?? ''; $price = $item['price'] ?? ''; $status = $item['status'] ?? ''; @endphp
@endforeach @endif