@foreach ($resultBoard as $board)
@foreach ($board->searchPosts as $post)
-
{!! Utils::highlightKeyword(request('stx'), Str::limit(Purifier::clean($post->content), 450)) !!}
@if ($post->user_exists)
@else
{{$post->user_name}}
@endif
{{ $post->created_at->format('Y-m-d H:i:s') }}
@endforeach
@endforeach