@foreach ($salesProperties as $item)

{{ $item->title }}
{{ $item->area }}

View
Price: {{ $item->payment->initial_denomination }} {{ number_format($item->payment->initial_pay) }} {{ $item->payment->sequence }}
Compare {{-- --}}
@endforeach
@if (count($salesProperties) > 0) @endif