YA
Size: a a a
YA
K
K
VY
YA
YA
K
YA
VY
K
VY
K
YA
$vid = $category
->videos()
->orderBy('created_at', 'DESC')
->paginate(5);
$videos = $vid->map(function (Video $video) use ($category) {
return $video->setRelation('category', $category);
});
VY
YA
K
K
YA
K