Edit File: b3312db3460b3f1c958d67c3e0db7495.php
<div class="flex flex-col gap-4"> <div class="bg-gray-700 border-l-2 border-l-red-600 px-6 py-2"> <div class="flex w-full items-center "> <h2 class="lg:text-2xl md:text-lg"><?php echo e($title); ?></h2> </div> </div> <div class="flex flex-no-wrap gap-4 justify-center md:justify-start overflow-auto"> <?php echo e($slot); ?> </div> </div> <?php /**PATH /home/okaminime0881/anime/resources/views/components/homelist.blade.php ENDPATH**/ ?>
Back