@extends('frontend.layouts.master') @section('title', @$data['title']) @section('content')
@forelse ($galleries as $ikey => $gallery) @empty @endforelse
{{ $property['deal_type'] }} {{ $property['category'] }}

{{ $property['name'] }}

Beds: {{ $property['bedroom'] }}

Baths: {{ $property['bathroom'] }}

sqft: {{ $property['size'] }}

Price : {{ priceFormat($property['rent_amount']) }}

Property Details

Description:

{{ @$data['details']['description'] }}

Basic Info

SL Title Content
01 Size {{@$data['details']['size'] }} Sq Ft
02 Beds {{@$data['details']['bedroom'] }}
03 Bath {{@$data['details']['bathroom'] }}
04 Rent {{@$data['details']['rent_amount'] }}
05 Type {{@$data['details']['type'] }}
06 Completion {{@$data['details']['completion'] }}

Gallery

@foreach ($galleries as $gallery) @endforeach

Facilities

@foreach ($facilities as $facility) @endforeach
Title Content
{{ @$facility['name'] }} {{ @$facility['content'] }}

Floor Plan

@foreach ($floorPlans as $floorPlan) @endforeach

Customer Feedback

View all

{{ $agvRating }}

{!! getRating($agvRating) !!}
Course Rating
{{ $ratting[5] }}%
{{ $ratting[4] }}%
{{ $ratting[3] }}%
{{ $ratting[2] }}%
{{ $ratting[1] }}%

{{ @$property_reviews->count() }} Comments

@foreach (@$property_reviews as $reviewers)
{{ Str::limit($reviewers->name, 2, '') }}

{{ $reviewers->name }}

{!! getRating(@$reviewers->ratings) !!}
{{ Carbon\Carbon::parse($reviewers->created_at)->diffForHumans() }}

{{ $reviewers->comments }}

@endforeach

Leave a Reply

@csrf
@guest
@endguest

Basic Info

SL Title Content
01 Size {{@$data['details']['size'] }} Sq Ft
02 Beds {{@$data['details']['bedroom'] }}
03 Bath {{@$data['details']['bathroom'] }}
04 Rent {{@$data['details']['rent_amount'] }}
05 Type {{@$data['details']['type'] }}
06 Completion {{@$data['details']['completion'] }}

Facilities

@foreach ($facilities as $facility) @endforeach
Title Content
{{ @$facility['name'] }} {{ @$facility['content'] }}

Floor Plan

@foreach ($floorPlans as $floor) @endforeach

Customer Feedback

View all

{{ $agvRating }}

{!! getRating($agvRating) !!}
Course Rating
{{ $ratting[5] }}%
{{ $ratting[4] }}%
{{ $ratting[3] }}%
{{ $ratting[2] }}%
{{ $ratting[1] }}%
@foreach (@$property_reviews as $reviewers)

{{ $reviewers->name }}

{!! getRating(@$reviewers->ratings) !!}
{{ Carbon\Carbon::parse($reviewers->created_at)->diffForHumans() }}

{{ $reviewers->comments }}

@endforeach

Property Owner

{{ $user->name }}

Address: {{ $user->present_address}}

{{ _trans('landlord.Location') }}

{{ _trans('landlord.country') }} : {{ $address['country'] }}

{{ _trans('landlord.address') }} : {{ $address['address'] }}

{{ $address['latitude'] }} {{ $address['longitude'] }}

Terms Conditions

{!! $advertisement->terms_condition !!}

Contact With seller

@include('frontend.property.partials.call-email')

Related Property

@endsection @section('script') @endsection