@extends('frontend.layouts.master') @section('title', @$data['title']) @section('content')
Beds: {{ $property['bedroom'] }}
Baths: {{ $property['bathroom'] }}
sqft: {{ $property['size'] }}
{{ @$data['details']['description'] }}
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'] }} |
{{date("j F, Y", strtotime($tenant['created_at']))}}
Title | Content | |
---|---|---|
|
{{ @$facility['name'] }} | {{ @$facility['content'] }} |
{{ $reviewers->comments }}
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'] }} |
{{date("j F, Y", strtotime($tenant['created_at']))}}
Title | Content | |
---|---|---|
|
{{ @$facility['name'] }} | {{ @$facility['content'] }} |
{{ $reviewers->comments }}
Address: {{ $user->present_address}}
{{ _trans('landlord.country') }} : {{ $address['country'] }}
{{ _trans('landlord.address') }} : {{ $address['address'] }}
{{ $address['latitude'] }} {{ $address['longitude'] }}