@if(isset($motels) && $motels->count() > 0)
@if(isset($motels) && $motels->count() > 0)
{{-- @foreach($motels as $motel)
@if($motel->rooms->count() > 0)
@include('components.room-card', [
'rooms' => $motel->rooms,
'motel' => $motel
])
@endif
@endforeach --}}
@else
@endif
@include('components.motel-map', ['motels' => $motels])
@endif