Thông tin dự án MS {{$product->id}}

    @foreach($product->images as $k=> $file)
  1. @endforeach
@foreach($product->images as $k=> $file)
@endforeach
Previous Next
    @foreach($product->images_extra as $k=> $file)
  1. @endforeach
@foreach($product->images_extra as $k=> $file)
@endforeach
Previous Next
  • Ảnh hiện trạng
  • Ảnh giấy tờ
@php $color = '#737c80'; if($product->status==1){ $color = 'red'; }elseif($product->status==2){ $color = '#41494d'; } @endphp

{{$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}}

@endforeach

Mô 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}}

@endforeach

Tiện ích xung quanh:

@foreach($product->exterior as $exterior)

- {{$exterior->name}}

@endforeach

Lị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}}


@endforeach

Thông tin liên hệ:

@foreach($product->contact_info as $contact)

{{$contact->name}}

xxxxxxxxxx {{$contact->phone}}

{{$contact->type_name}}

{{$contact->status_name}}

@endforeach

Ghi chú:

@if($notes) @foreach($notes as $note)

{{$note->user->fullname}} (MS: {{$note->user->id}})     {{date('H:i d-m-Y', strtotime($note->created_at))}}
{!! html_entity_decode($note->content) !!}

@endforeach @endif
@csrf
Nội dung ghi chú là bắt buộc.