{{$site_name}}
@if($contacts->isNotEmpty() || $shops->isNotEmpty())
{{ShowLabelById(10)}}
@if($contacts->isNotEmpty())
@foreach($contacts as $contact_item)
{{$contact_item['alt']}}
    @foreach($contact_item['content'] as $contact_items_content)
  • {{$contact_items_content['name']}}
  • @endforeach
@endforeach
@endif @if($shops->isNotEmpty() || $socials->isNotEmpty())
@if($shops->isNotEmpty()) @foreach($shops as $shop_item)
location {{$shop_item->name}}
{{$shop_item->name}}:
  • {{$shop_item->address}}
@endforeach @endif @if($socials->isNotEmpty())
    @foreach($socials as $name=>$link)
  • {{$name}}
  • @endforeach
@endif
@endif
@endif @if($socials->isNotEmpty())
    @foreach($socials as $name=>$link)
  • {{$name}}
  • @endforeach
@endif
@if($info->isNotEmpty())
{{ShowLabelById(9)}}
    @foreach($info as $info_item)
  • {{$info_item->name}}
  • @endforeach
@endif

{{ShowLabelById(8)}}