@extends('layout1') @section('title')
{{ $property->propertyPurpose->translation?->title }} @if ($property->urgent_property == 1) {{ __('Urgent') }} @endif
@if ($property->property_purpose_id == 1) {{ currency($property->price) }} @elseif ($property->property_purpose_id == 2) {{ currency($property->price) }} / @if ($property->period == 'Daily') {{ __('Daily') }} @elseif ($property->period == 'Monthly') {{ __('Monthly') }} @elseif ($property->period == 'Yearly') {{ __('Yearly') }} @endif @endif{{ $property->translation?->address }} @if ($property->city) , {{ $property->city?->title }} @endif
{{ __('Property ID') }}: | {{ $property->property_search_id }} |
---|---|
{{ __('Property Type') }}: | {{ $property->propertyType->translation?->title }} |
{{ __('Area') }}: | {{ $property->area }} {{ __('Sqft') }} |
{{ __('Bedrooms') }}: | {{ $property->number_of_bedroom }} |
{{ __('Bathrooms') }}: | {{ $property->number_of_bathroom }} |
{{ __('Rooms') }}: | {{ $property->number_of_room }} |
---|---|
{{ __('Units') }}: | {{ $property->number_of_unit }} |
{{ __('Floors') }}: | {{ $property->number_of_floor }} |
{{ __('Kitchens') }}: | {{ $property->number_of_kitchen ? $property->number_of_kitchen : 0 }} |
{{ __('Parking Place') }}: | {{ $property->number_of_parking ? $property->number_of_parking : 0 }} |
@for ($i = 1; $i <= 5; $i++) @if ($i <= $reviewPoint) @elseif ($i > $reviewPoint) @if ($halfReview == true) @php $halfReview = false; @endphp @else @endif @endif @endfor
{{ $review_item->user->name }}
{{ $review_item->created_at->format('d M Y') }}{{ $review_item->comment }}