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

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

Beds: {{ @$data['details']['bedroom'] }}

Baths: {{ @$data['details']['bathroom'] }}

sqft: {{ @$data['details']['size'] }}

location : {{ @$data['address']['address'] }}
{{--

BDT {{ @$data['details']['rent_amount'] }}

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

-51%
--}}
{{-- --}} {{-- --}}

Property Details

Description:

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

Basic Info

SL Title Content
01 Size 1902 Sq Ft
01 Beds 3
01 Bath 3
01 Rent 40,000-50,000
01 Type Apartment
01 Completion Ready

Gallery

@foreach ($data['galleries'] as $gallery) @endforeach

Tenants

@foreach ($data['tenants'] as $tenant)

{{ @$tenant['name'] }}

1st June,2015 - 31 July, 2017

@endforeach

Facilities

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

Floor Plan

Customer Feedback

View all

{{ $data['agvRating'] }}

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

{{ @$data['property_reviews']->count() }} Comments

@foreach (@$data['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 1902 Sq Ft
01 Beds 3
01 Bath 3
01 Rent 40,000-50,000
01 Type Apartment
01 Completion Ready

Tenants

@foreach ($data['tenants'] as $tenant)

{{ @$tenant['name'] }}

1st June,2015 - 31 July, 2017

@endforeach

Facilities

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

Floor Plan

@foreach ($data['floorPlans'] as $floor) @endforeach

Customer Feedback

View all

4.7

Course Rating
70%
20%
10%
01%
01%
ks

Kristen Stewart

2 weeks ago

See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing Leather detail shoulder contrastic colour contour stunni silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennia lapel collar.

ks

Kristen Stewart

2 weeks ago

See-through delicate embroidered organza blue lining luxury acetate-mix stretch pleat detailing Leather detail shoulder contrastic colour contour stunni silhouette working peplum. Statement buttons cover-up tweaks patch pockets perennia lapel collar.

Property Owner

{{ $data['property']->user->name }}

Addess: {{ $data['property']->user->present_address}}

83%

Seller Score

2387

Followers

Location

Terms Conditions

  • Lorem ipsum dolor sit amet consectetu
  • Lorem ipsum dolor sit amet consectetu
  • Lorem ipsum dolor sit amet consectetu
  • Lorem ipsum dolor sit amet consectetu
  • Lorem ipsum dolor sit amet consectetu

Contact With seller

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

Related Property

@endsection @section('script') @endsection