{{ $property->title }}

@if($property->images->count() > 0)
@foreach($property->images->take(4) as $index => $image) {{ $property->title }} @endforeach @if($property->images->count() > 1)
@foreach($property->images->take(4) as $index => $image) @endforeach
@endif
@else

No images available

@endif

{{ $property->title }}

{{ $property->address }}, {{ $property->city }}, {{ $property->state }}

{{ format_price($property->price, $property->currency) }}

{{ $property->type->label() }}

Property Details

@if($property->bedrooms)

{{ $property->bedrooms }}

Bedrooms

@endif @if($property->bathrooms)

{{ $property->bathrooms }}

Bathrooms

@endif @if($property->toilets)

{{ $property->toilets }}

Toilets

@endif @if($property->area_sqft)

{{ number_format($property->area_sqft) }}

Sq Ft

@endif

Description

{!! nl2br(e($property->description)) !!}
@if($property->features && count($property->features) > 0)

Features

@foreach($property->features as $feature)
{{ $feature }}
@endforeach
@endif
@if($property->merchant)

Listed By

@if($property->merchant->isAdmin()) Phantom 5 @elseif($property->merchant->avatar) {{ $property->merchant->name }} @else
{{ substr($property->merchant->name, 0, 1) }}
@endif

{{ $property->merchant->isAdmin() ? 'Phantom 5 Merchant' : ($property->merchant->merchantProfile->business_name ?? $property->merchant->name) }}

{{ $property->merchant->isAdmin() ? 'Official Store' : 'Verified Merchant' }}

@php $propertyAddress = $property->merchant->merchantProfile->business_address ?? $property->merchant->address ?? null; $propertyPhone = $property->merchant->merchantProfile->business_phone ?? $property->merchant->phone ?? null; @endphp @if($propertyAddress)
{{ $propertyAddress }}
@endif @if($propertyPhone) Call Merchant Chat on WhatsApp @endif @if($property->merchant->isAdmin()) @auth
@csrf
@else Sign in to Order @endauth @endif
@endif

Category

{{ $property->category->label() }}
@if(isset($relatedProperties) && $relatedProperties->count() > 0) @endif