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

@if(count($call_requests))
@foreach($call_requests as $request) @if(empty($request->content)) @continue @endif

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

@endforeach
@endif
@csrf
{{isset($product->province->name)?str_replace('Thành phố','TP.',$product->province->name):''}}
{{isset($product->district->name)?$product->district->name:''}}
{{isset($product->ward->name)?str_replace('Phường','P.',$product->ward->name):''}}
{{isset($product->street->name)?$product->street->name:''}}
{{$product->home_number}}
{{--
--}} {{----}} {{--
--}} {{--{{$product->address}}--}} {{--
--}} {{--
--}}
{{$product->callback_at?date('d/m/Y H:i',strtotime($product->callback_at)):''}}
{{isset($contact_info['name'])?$contact_info['name']:''}}
{{isset($contact_info['phone'])?$contact_info['phone']:''}}
{{isset($contact_info['type_name'])?$contact_info['type_name']:''}}
{{(float)$product->horizontal}}
{{(float)$product->vertical}}
{{$product->home_structure_text}}
{{(float)$product->price.' '.$product->price_type_name}}
{{$product->status_name()}}

Ghi chú

@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
@if(isset($type)&&$type=='censorship') @else @endif