@if($reply->user_id) {{ trans('app.avatar') }} @if(Gate::allows('view', $reply->user)) {{ $reply->user->getName() }} @else {{ $reply->user->getName() }} @endif @endif
{!! $reply->reply !!} @if(count($reply->attachments)) {{ trans('app.attachments') . ': ' }} @foreach($reply->attachments as $attachment) @endforeach @endif
{{ $reply->updated_at->diffForHumans() }}
@if($reply->customer_id) {{ trans('app.avatar') }} @if(Gate::allows('view', $reply->user)) {{ $reply->customer->getName() }} @else {{ $reply->customer->getName() }} @endif @endif