| Size |
{{ $data['property']->size }}
{{ ___('common.Square Feet') }} |
|
Beds |
{{ $data['property']->bedroom }}
|
| Bath |
{{ $data['property']->bathroom }} |
| Rent
|
{{ $data['property']->rent_amount }} |
| Type |
{{ $data['property']->type == 1 ? 'Commercial' : 'Residential' }}
|
| Category |
{{ $data['property']->category->name }} |
|
Completion |
{{ $data['property']->completion == 1 ? 'Completed' : 'Under Construction' }}
|
|
Description |
{{ $data['property']->description }} |