@if($contacts->isNotEmpty() || $shops->isNotEmpty())
@if($info->isNotEmpty())
{{ShowLabelById(10)}}
@if($contacts->isNotEmpty())
@endif
@if($socials->isNotEmpty())
@endif
@foreach($contacts as $contact_item)
@endforeach
@endif
@if($shops->isNotEmpty() || $socials->isNotEmpty())
-
@foreach($contact_item['content'] as $contact_items_content)
- {{$contact_items_content['name']}} @endforeach
@if($shops->isNotEmpty())
@foreach($shops as $shop_item)
@endforeach
@endif
@if($socials->isNotEmpty())
@endif
@endif
{{ShowLabelById(9)}}
-
@foreach($info as $info_item)
- {{$info_item->name}} @endforeach