@extends('layouts.app') @section('title', 'Pre Listing Properties') @push('css') @endpush @section('content')

Manage Pre Listings

Add New Property
@forelse (array_reverse($properties) as $property) {{-- --}} @empty @endforelse
Listing ID Image Property Address Property Type Listing Price Status Created By Listing Date Action
{{ $property['listing_id'] }} property image {{-- property image --}} {{ $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'])) @endif @endif {{ 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'] }}
@endsection @push('js') @endpush