Edit File: followed-anime.blade.php
<div class="max-w-7xl mx-auto text-white py-8"> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-200 leading-tight"> {{ __('Followed Animes') }} </h2> </x-slot> <livewire:dashboard.itemList :animes="$random_animes" title="Followed Anime(s)" link="#" /> </div>
Back