@if($goods_subject && $goods_subject->children->isNotEmpty())
{{ $goods_subject->name }}
@foreach($goods_subject->children as $one_subject_l1)
@endif
age_verification == 1 ? 'data-item-type=subject data-item-id='.$one_subject_l1->id : '' }}>
@endif
@endforeach
age_verification == 1 ? 'class=age-verification data-item-type=subject data-item-id='.$one_subject_l1->id : '' }}>{{ $one_subject_l1->name }}
@if($one_subject_l1->children->isNotEmpty() && $goods_subject->alias != 'catalog')-
@foreach($one_subject_l1->children as $one_subject_l2)
- age_verification == 1 ? 'class=age-verification data-item-type=subject data-item-id='.$one_subject_l2->id : '' }}>{{ $one_subject_l2->name }} @endforeach