@extends('layouts.main') @section('title', 'Connected OTAs') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')
@if($property->otas) @foreach($property->otas as $key => $ota) @if(!empty($ota->pivot->url)) @endif @endforeach @else

No OTAs Mapped!

@endif
@endsection