Edit File: 397fec54d40d8e58354f3a6cc729b751.php
<div class="max-w-7xl mx-auto text-white py-8"> <?php $__env->slot('header', null, []); ?> <h2 class="font-semibold text-xl text-gray-200 leading-tight"> <?php echo e(__('Followed Animes')); ?> </h2> <?php $__env->endSlot(); ?> <?php $__split = function ($name, $params = []) { return [$name, $params]; }; [$__name, $__params] = $__split('dashboard.itemList', ['animes' => $random_animes,'title' => 'Followed Anime(s)','link' => '#']); $__html = app('livewire')->mount($__name, $__params, 'lw-504308417-0', $__slots ?? [], get_defined_vars()); echo $__html; unset($__html); unset($__name); unset($__params); unset($__split); if (isset($__slots)) unset($__slots); ?> </div><?php /**PATH /home/okaminime0881/anime/resources/views/livewire/dashboard/followed-anime.blade.php ENDPATH**/ ?>
Back