{{ $msg->title }}


{!! nl2br(e($msg->text)) !!}

{{ trans('app.creator') }}: {{ $msg->username }} ({{ trans('app.email') }}: {{ $msg->email }}, {{ trans('app.ip') }}: {{ $msg->ip }}) - {{ trans('app.created_at') }}: {!! $msg->created_at->dateTime() !!}


{!! Form::button(trans('app.reply'), ['id' => 'show-reply-form']) !!} {!! Form::open() !!} {!! Form::smartTextarea('reply') !!} {!! Form::actions(['submit' => trans('app.reply')], false) !!} {!! Form::close() !!}