@foreach ($listings as $listing)
@if ($listing->property_type)

{{ $listing->property_type->name }}

@endif

{{ $listing->title }}

@if ($listing->getHK())

{{ $listing->getHK() }}

@endif
@endforeach