본문
{{-- //include_once(G5_SNS_PATH."/view.sns.skin.php"); --}}
@auth
스크랩
@endauth
{{-- @todo 이미지 출력 --}}
{{-- @todo 섬네일 처리 get_view_thumbnail($post['content']) --}}
@if (str_contains($post->option, 'html'))
{!! Purifier::clean($post['content']) !!}
@else
{!! str_replace('<br />', '
', htmlentities(nl2br($post->content))) !!}
@endif
@if ($post->user_id !== null && $board->use_signature)
{{ $post->user?->signature ?? '' }}
@endif
@if ($board->use_good)
추천
{{ number_format($post->good) }}
@endif
@if ($board->use_nogood)
비추천
{{ number_format($post->nogood) }}
@endif