@extends('front.template') @section('head') {!! HTML::style('ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css') !!} @stop @section('main')
{{ $comment->user->username . ' ' . trans('front/blog.on') . ' ' . $comment->created_at }} @if($user && $user->username == $comment->user->username) @endif