@if(count($phones))
@foreach($phones as $phone)
-
{{$phone}}
@endforeach
@endif
@if($fax)
- {{ShowLabelById(35)}}: {{$fax}}
@endif
@if($email)
- {{ShowLabelById(18)}}: {{$email}}
@endif
@if($schedule)
- {!! $schedule !!}
@endif
@if($socials->isNotEmpty())
@foreach($socials as $name=>$value)
-
@endforeach
@endif
@if($categories->isNotEmpty())
@endif
@if($footer_menu->isNotEmpty())
@endif
@if(isset($shops) && $shops->isNotEmpty())
@foreach($shops as $shop_city)
@if($shop_city->childrenFrontPages->isNotEmpty())
- {{$shop_city->name}}
@foreach($shop_city->childrenFrontPages as $shop)
-
{{$shop->name}}
@endforeach
@endif
@endforeach
@endif
@if($fax)
- {{ShowLabelById(35)}}: {{$fax}}
@endif
@if($email)
- {{ShowLabelById(18)}}: {{$email}}
@endif
@if($schedule)
- {!! $schedule !!}
@endif
@if($socials->isNotEmpty())
@foreach($socials as $name=>$value)
-
@endforeach
@endif