@if (isset($row->price))
{{ $row->price_symbol }} {{ CurrencyFormat($row->price, 2) }}
@elseif(isset($row->salary_from) && isset($row->salary_to))
{{ $row->price_symbol }} {{ CurrencyFormat($row->salary_from, 2) }} -
{{ $row->price_symbol }} {{ CurrencyFormat($row->salary_to, 2) }}
@else
{{ __('Negotiable') }}
@endif
@if (!empty($row->city))
{{ $row->city }}
@endif