Date:
{{date_format(date_create($comment->created_at), 'Y-m-d H:i:s')}}
|
Product seller:
{{$comment->product->user->first_name}} {{$comment->product->user->last_name}}
|
Interested buyer:
{{$comment->user->first_name}} {{$comment->user->last_name}}
|
Question:
{{$comment->comment}}
|
@if($response)
Answer:
{{$comment->response}}
|
@endif
|
@if(!$response)
You can reply from the following link: answer question
|
@endif