@php
$hasRelaciones = count($alojamientos) || count($restaurantes) || count($empresas) || count($productores) || count($oficinas);
@endphp
@if($hasRelaciones)
Relaciones
@if(count($alojamientos))
@endif
@if(count($restaurantes))
@endif
@if(count($empresas))
@endif
@if(count($productores))
@endif
@if(count($oficinas))
@endif
@endif