Open sidebar
@foreach($data['sub_categories'] as $key=>$subCategory) @if($subCategory['enabled']) Категория: {{ var_dump($subCategory['title']) }} @foreach ($data['products'] as $product) @if($category['id'] == $product['category_id'] && $product['sub_category_id'] == $subCategory['id']) <pre> {{ var_dump($product['title']) }} </pre> @endif @endforeach @endif @endforeach
Close sidebar
Back
Please note that all pasted data is publicly available.
X (fomerly Twitter)
GitHub
Use setting
Back
Please note that all pasted data is publicly available.
X (fomerly Twitter)
GitHub
Use setting