Random (Cached for 5 minutes)

@php $random = \cache()->remember('random_home', 300, function () { return \App\Models\Episode::inRandomOrder()->limit(16)->get(); ; }); @endphp
@include('home.partials.tab.template', ['episodes' => $random, 'isThumbnail' => false])