Random (Cached for 5 minutes)

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