{{$product->address}}
@if($product->home_number_note)Số cũ: {{$product->home_number_note}} @if($product->old_street) {{$product->old_street->name}} @endif
@endif{{$product->created_at->format('H:i d-m-Y')}}
{{$product->status_name}}
{{(float)$product->price.' '.$product->price_type_name}} Xem bản đồ
Ngang
{{floatval($product->horizontal)}} m
Dài
{{floatval($product->vertical)}} m
DT công nhận
{{floatval($product->area)}} m2
DT đất
XD
{{floatval($product->land_area)}} m2
DT sàn
XD
{{floatval($product->floor_area)}} m2
Kết cấu: {{$product->home_structure_text}}
Phù hợp khai thác:
@foreach($product->purpose as $purpose)- {{$purpose->name}}
@endforeachMô tả: {!! $product->description !!}
Đặc điểm:
Loại đường: {{$product->home_facade_text}}
Chiều rộng đường: {{floatval($product->road_width)}} m
Hướng: {{$product->home_direction_name()}}
Tình trạng pháp lý: {{$product->legal_status_name()}}
Giá m2: {{number_format(floatval($product->price_per_square_meters))}} VNĐ/m2
Giá thuê: {{$product->monthly_price?number_format(floatval($product->monthly_price)):'-'}} {{$product->monthly_price_unit}}
Nội thất:
Phòng ngủ
{{$product->bedroom_number?$product->bedroom_number:'-'}}
Phòng khách
{{$product->room_number?$product->room_number:'-'}}
Toilet
{{$product->bathroom_number?$product->bathroom_number:'-'}}
Bếp
{{$product->kitchen_number?$product->kitchen_number:'-'}}
Ban công
{{$product->balcony_number?'Có':"-"}}
Thang máy
{{$product->elevator?'Có':'-'}}
Tiện nghi trong nhà:
@foreach($product->convenience as $convenience)- {{$convenience->name}}
@endforeachTiện ích xung quanh:
@foreach($product->exterior as $exterior)- {{$exterior->name}}
@endforeachLịch sử chào bán:
@foreach($product->offer_history as $offer_history){{$offer_history->created_at->format('d-m-Y')}}
{{$offer_history->contact_name}}
{{$offer_history->contact_phone}}
{{$offer_history->price.' '.$offer_history->price_type_name}}
Thông tin liên hệ:
@foreach($product->contact_info as $contact)Ghi chú:
{{$note->user->fullname}}
(MS: {{$note->user->id}})
{{date('H:i d-m-Y', strtotime($note->created_at))}}
{!! html_entity_decode($note->content) !!}