@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Product | Date') | @lang('User') | @lang('Comment') | @lang('Action') |
---|---|---|---|
@if (@$comment->product)
{{ __(strLimit(@$comment->product->title, 15)) }}
@endif
{{ showDateTime($comment->created_at) }}
|
@php $user = $comment->user; @endphp | {{ __($comment->text) }} |