@extends(Theme::viewName('layout')) @section('title', trans('admin.list_comments_title')) @section('breadcrumb')
@lang('admin.no_comments_text')
@lang('admin.no_comments_text_2')
{{ $comment->name }} {{ trans('admin.comment_summary', ['album_name' => $comment->photo->album->name, 'photo_name' => $comment->photo->name, 'comment_date' => date(UserConfig::get('date_format'), strtotime($comment->created_at))]) }}
{!! $comment->textAsHtml() !!}