# | {{ $comment->id }} |
---|---|
{{ __('b31') }} | {{ $comment->comment }} |
{{ __('b32') }} | @if ($comment->status == 1) {{ __('bs32') }} @else {{ __('bss32') }} @endif |
{{ __('b33') }} | {{ \Carbon\Carbon::parse($comment->created_at)->diffForHumans() }} |
{{ __('b34') }} | {{ \Carbon\Carbon::parse($comment->updated_at)->diffForHumans() }} |
{{ __('b35') }}
@if ($comment->status == 1)
{{ __('b36') }}
@else
{{ __('b37') }}
@endif
{{ __('b38') }}