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

@csrf
Số Điện Thoại :

{{$product->contact_info2?$product->contact_info2->phone:''}} 

Gọi Lại :
{{$product->callback_at?$product->callback_at->format('d/m/y H:i'):''}}
@if(count($log_support))
@foreach($log_support 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($isSale) {{--
--}} {{--@csrf--}} {{--
--}} {{----}} {{----}} {{--
Nội dung cần hỗ trợ là bắt buộc.
--}} {{--
--}} {{----}} {{--

--}} {{----}} {{--

--}} {{--
--}} {{--
--}} {{--
--}}

YÊU CẦU GỌI LẠI

{{--
Nội dung cần hỗ trợ là bắt buộc.
--}}

@endif

CẬP NHẬT TRẠNG THÁI

@csrf

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