Edit File: e4ee3b2f403e21889075d1c499c7d51f.php
<?php $__env->startSection("title"); ?> Anime Yang Sudah Tamat - Gudang Anime Movie <?php $__env->stopSection(); ?> <div> <!--[if BLOCK]><![endif]--><?php if(count($home_sliders) > 0): ?> <?php $slides = $home_sliders->map(function($slider) { return [ 'image' => $slider['home_image'], 'title' => $slider['title'], 'description' => $slider['short_description'], 'url' => "/anime/" . $slider['slug'], 'urlText' => "Baca Lebih Lanjut" ]; })->toArray(); ?> <?php if (isset($component)) { $__componentOriginal37bbed78a520e56e0ac01c7aed8da634 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal37bbed78a520e56e0ac01c7aed8da634 = $attributes; } ?> <?php $component = Mary\View\Components\Carousel::resolve(['slides' => $slides] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('mary-carousel'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Mary\View\Components\Carousel::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'max-w-4xl mx-auto my-8 hover:opacity-50 duration-200']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal37bbed78a520e56e0ac01c7aed8da634)): ?> <?php $attributes = $__attributesOriginal37bbed78a520e56e0ac01c7aed8da634; ?> <?php unset($__attributesOriginal37bbed78a520e56e0ac01c7aed8da634); ?> <?php endif; ?> <?php if (isset($__componentOriginal37bbed78a520e56e0ac01c7aed8da634)): ?> <?php $component = $__componentOriginal37bbed78a520e56e0ac01c7aed8da634; ?> <?php unset($__componentOriginal37bbed78a520e56e0ac01c7aed8da634); ?> <?php endif; ?> <hr class="h-[2px] bg-red-600 border-red-600 my-2"> <ul class="list-disc ps-4"> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $animes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $anime): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a class="hover:underline hover:text-red-500 duration-150" href="<?php echo e(route("anime.show", $anime->slug)); ?>"><?php echo e($anime->title); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </ul> <?php else: ?> <h1 class="text-2xl text-center">BELUM ADA ANIME YANG SUDAH TAMAT</h1> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php echo e($animes->links()); ?> </div><?php /**PATH /home/okaminime0881/anime/resources/views/livewire/show/completed-anime.blade.php ENDPATH**/ ?>
Back