@if (!empty($list_category[0]))
@foreach ($list_category as $category)
@endforeach
@endif
{{ $category['name'] ?? '' }} {{ __('frontend::lang.btn.detail_more') }}
@if (!empty($list_product[$category['id']][0]))-
@foreach ($list_product[$category['id']] as $product)
-
{{ $product['name'] ?? '' }}@if (!empty($product['file'])) {{ __('frontend::lang.btn.catalog') }} @endif
@endforeach