@php
$articles = json_decode($post->articles);
$videos = collect(json_decode($post->videos));
$images = collect(json_decode($post->images));
@endphp
@if (count($images) > 0)
{{ $description }}
{{ randomSentences($articles, 0, 4) }}
@if (count($videos) > 0)@endif
{{ randomSentences($articles, 5, 9) }}