@if($row->is_secret) @if($row->user_id != UID) @php $row->content = '비밀글입니다.'; @endphp @endif @endif {!! nl2br($row->content) !!}