Init
This commit is contained in:
9
resources/views/home/partials/random.blade.php
Normal file
9
resources/views/home/partials/random.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<p class="leading-normal font-bold text-lg text-neutral-800 dark:text-white">
|
||||
Random
|
||||
</p>
|
||||
|
||||
@php $random = \App\Models\Episode::inRandomOrder()->limit(8)->get(); @endphp
|
||||
|
||||
<div class="mb-6">
|
||||
@include('home.partials.tab.template', ['episodes' => $random, 'showThumbnails' => false])
|
||||
</div>
|
Reference in New Issue
Block a user