@extends('layouts.mailsv2') @section('content')

@if(!$response)

New question registered on product {{$comment->product->name}}

@else

New response registered on product {{$comment->product->name}}

@endif
@if($response) @endif @if(!$response) @endif
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}}
Answer: {{$comment->response}}

You can reply from the following link: answer question
@endsection