Ghi chú dự án MS {{$product->id}}

{{--
Mã số
--}} {{--
{{$product->id}}
--}}
Người liên hệ
{{isset($contact_info['name'])?$contact_info['name']:''}}
Phone
{{isset($contact_info['phone'])?$contact_info['phone']:''}}
Danh tính
{{isset($contact_info['type_name'])?$contact_info['type_name']:''}}
Hiện tại
{{$product->status_name()}}
Địa chỉ
{{$product->address}}
Ngang
{{(float)($product->horizontal)}}
Dài
{{(float)($product->vertical)}}
Giá
{{$product->price.' '.$product->price_type_name}}
Diện tích
{{(float)$product->area}}

  • Ghi chú
  • Lịch sử tiến trình
@if($notes) @foreach($notes as $note)

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

@endforeach @endif
    @foreach($history as $k=>$product)
  • {{date('d/m/Y',strtotime($product->created_at))}}
  • @endforeach
@foreach($history as $k=> $product)
Người liên hệ
{{isset($product->contact_info2->name)?$product->contact_info2->name:''}}
Phone
{{isset($product->contact_info2->phone)?$product->contact_info2->phone:''}}
Danh tính
{{isset($product->contact_info2->type_name)?$product->contact_info2->type_name:''}}
Giá
{{$product->price.' '.$product->price_type_name}}
Hiện trạng
{{$product->status_name()}}

Ghi chú:

@if($product->notes) @foreach($product->notes as $note)

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

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