Showing
@forelse ($listing['showlistings'] as $showingList)
@empty
ss
@endforelse
@if ($type === "residential")
Open House
@forelse ($listing['openlistings'] as $openList)
@empty
@endforelse
@foreach($listing['openlistings'] as $listingData) @endforeach
Host Date Time
{{ $listingData['open_house_showing_services'] }} {{ \Carbon\Carbon::parse($listingData['open_house_date'])->format('d/m/Y') }} {{ \Carbon\Carbon::parse($listingData['open_house_time'])->format('h:i A') }}
@endif