Listing ID | Image | Property Address | Property Type | Listing Price | Status | Created By | Listing Date | Action | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ $property['listing_id'] }} |
|
{{ $property['addresses'][0]['street'] ?? '' }}
{{ isset($property['addresses'][0]['street']) ? ',' : '' }}
{{ $property['addresses'][0]['city'] ?? '' }}
{{ isset($property['addresses'][0]['city']) ? ` ` : '' }} {{ $property['addresses'][0]['state'] ?? '' }} {{ $property['addresses'][0]['zip_code'] ?? '' }} |
@if ($property['is_this_part_of_portfolio'] === 'yes')
@if (!empty($property['portfolio']))
|
{{ ucfirst(strtolower($property['property_Type'])) }} - {{ str_replace('_', ' ', ucfirst($property['property_sub_type'])) }} | ${{ number_format($property['listing_price'], 0) }} | {{--{{ $property['listing_price'] }} | --}}{{ ucfirst(trim(str_replace('for_', ' ', $property['transaction_type']))) }} | {{ $property['created_by']['f_name'] }} {{ $property['created_by']['l_name'] }} | {{ $property['date'] }} |