@extends('layout') @section('title')
@foreach($properties as $index => $property) | @endforeach |
---|---|
{{__('user.Price')}} | @foreach($properties as $index => $property){{ $currency_icon }}{{ html_decode(num_format($property->price)) }} | @endforeach
{{__('user.Total Unit')}} |
@foreach($properties as $index => $property)
{{ $property->total_unit }} |
@endforeach
{{__('user.Bedroom')}} |
@foreach($properties as $index => $property)
{{ $property->total_bedroom }} |
@endforeach
{{__('user.BathRooms')}} |
@foreach($properties as $index => $property)
{{ $property->total_bathroom }} |
@endforeach
{{__('user.Garage')}} |
@foreach($properties as $index => $property)
{{ $property->total_garage }} |
@endforeach
{{__('user.Area(m2)')}} |
@foreach($properties as $index => $property)
{{ $property->total_area }} |
@endforeach
{{__('user.Kitchens')}} |
@foreach($properties as $index => $property)
{{ $property->total_kitchen }} |
@endforeach