@if (!empty($list_category[0]))
@foreach ($list_category as $category)
@endif
@endforeach
@endif
@endforeach
@endif
{{ $category['name'] ?? '' }}
@if (!empty($list_detail[$category['id']][0])) @foreach ($list_detail[$category['id']] as $item){{ $item['name'] ?? '' }}
{!! $item['detail'] ?? '' !!} @if (!empty($item['gallery']))-
@foreach ($item['gallery'] as $g)
- @endforeach