@php $text = $article->content_json; if (strlen($text) > 0) { $objects = json_decode($text); } else { $objects = []; } $count = 0; @endphp @if (count($objects) > 0)