@extends('admin.layouts.app') @section('panel')
@lang('Details')
@lang('Product Information')
@lang('Product Name'):

{{ $comment->product->title }}

@lang('Comment'):

{{ $comment->text }}

@lang('Comment Information')
@lang('Commenter'):

{{ $comment->user->username }}

@lang('Report Reason'):

{{ $comment->report_reason }}

@endsection @push('style') @endpush