Connected OTAs
@if($property->otas)
@foreach($property->otas as $key => $ota)
@if(!empty($ota->pivot->url))
@endif
@endforeach
@else