@extends('layout') @section('title') {{__('user.Compare')}} @endsection @section('meta') @endsection @section('frontend-content') @if(count($properties) > 0)
@foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach @foreach($properties as $index => $property) @endforeach
img
@csrf @method('DELETE')
{{__('user.Price')}}{{ $currency_icon }}{{ html_decode(num_format($property->price)) }}

{{__('user.Total Unit')}}

{{ $property->total_unit }}

{{__('user.Bedroom')}}

{{ $property->total_bedroom }}

{{__('user.BathRooms')}}

{{ $property->total_bathroom }}

{{__('user.Garage')}}

{{ $property->total_garage }}

{{__('user.Area(m2)')}}

{{ $property->total_area }}

{{__('user.Kitchens')}}

{{ $property->total_kitchen }}

@endif @endsection