@foreach ($listings as $listing)
{{ $listing->title }}
    @if ($listing->is_featured == 1)
  • Featured
  • @endif @if ($listing->sale_status)
  • {{ $listing->sale_status->name }}
  • @endif @if ($listing->cheque)
  • {{ $listing->cheque->name }}
  • @endif

{!! $listing->title !!}

@if ($listing->getHK())

{{ $listing->getHK() }}

@endif
@endforeach