Random (Cached for 5 minutes)

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