@extends('layouts.user.layout') @section('title')
{{ $property->propertyPurpose->custom_purpose }} @if ($property->urgent_property==1) {{ $websiteLang->where('lang_key','urgent')->first()->custom_text }} @endif
@if ($property->property_purpose_id==1) {{ $currency->currency_icon }}{{ $property->price }} @elseif ($property->property_purpose_id==2) {{ $currency->currency_icon }}{{ $property->price }} / @if ($property->period=='Daily') {{ $websiteLang->where('lang_key','daily')->first()->custom_text }} @elseif ($property->period=='Monthly') {{ $websiteLang->where('lang_key','monthly')->first()->custom_text }} @elseif ($property->period=='Yearly') {{ $websiteLang->where('lang_key','yearly')->first()->custom_text }} @endif @endif{{ $property->address.', '. $property->city->name.', '.$property->city->countryState->name.', '.$property->city->countryState->country->name }}
{{ $websiteLang->where('lang_key','property_type_s')->first()->custom_text }}: | {{ $property->propertyType->type }} |
---|---|
{{ $websiteLang->where('lang_key','area')->first()->custom_text }}: | {{ $property->area }} {{ $websiteLang->where('lang_key','sqft_s')->first()->custom_text }} |
{{ $websiteLang->where('lang_key','bedrooms')->first()->custom_text }}: | {{ $property->number_of_bedroom }} |
{{ $websiteLang->where('lang_key','bathrooms')->first()->custom_text }}: | {{ $property->number_of_bathroom }} |
{{ $websiteLang->where('lang_key','rooms')->first()->custom_text }}: | {{ $property->number_of_room }} |
{{ $websiteLang->where('lang_key','units')->first()->custom_text }}: | {{ $property->number_of_unit }} |
---|---|
{{ $websiteLang->where('lang_key','floors')->first()->custom_text }}: | {{ $property->number_of_floor }} |
{{ $websiteLang->where('lang_key','kitchens')->first()->custom_text }}: | {{ $property->number_of_kitchen }} |
{{ $websiteLang->where('lang_key','parking_place_s')->first()->custom_text }}: | {{ $property->number_of_parking }} |
@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 }}