Edit File: 55b80d116d20ddf2f9cf184241ffc89c.php
<?php $__env->startSection("title"); ?> Season : <?php echo e($season->name); ?> - Okaminime <?php $__env->stopSection(); ?> <div class="flex flex-col gap-8"> <?php if (isset($component)) { $__componentOriginal5b59606c2b1342d2010092fcdcba5df6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5b59606c2b1342d2010092fcdcba5df6 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.home-item','data' => ['title' => 'Season : '.e($season->name).'','animes' => $animes,'link' => '#']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('home-item'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['title' => 'Season : '.e($season->name).'','animes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($animes),'link' => '#']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5b59606c2b1342d2010092fcdcba5df6)): ?> <?php $attributes = $__attributesOriginal5b59606c2b1342d2010092fcdcba5df6; ?> <?php unset($__attributesOriginal5b59606c2b1342d2010092fcdcba5df6); ?> <?php endif; ?> <?php if (isset($__componentOriginal5b59606c2b1342d2010092fcdcba5df6)): ?> <?php $component = $__componentOriginal5b59606c2b1342d2010092fcdcba5df6; ?> <?php unset($__componentOriginal5b59606c2b1342d2010092fcdcba5df6); ?> <?php endif; ?> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $recommendation_seasons; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $recommend): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal5b59606c2b1342d2010092fcdcba5df6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5b59606c2b1342d2010092fcdcba5df6 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.home-item','data' => ['title' => 'Season : '.e($recommend->name).'','animes' => $recommend->animes,'link' => '#']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('home-item'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['title' => 'Season : '.e($recommend->name).'','animes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($recommend->animes),'link' => '#']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5b59606c2b1342d2010092fcdcba5df6)): ?> <?php $attributes = $__attributesOriginal5b59606c2b1342d2010092fcdcba5df6; ?> <?php unset($__attributesOriginal5b59606c2b1342d2010092fcdcba5df6); ?> <?php endif; ?> <?php if (isset($__componentOriginal5b59606c2b1342d2010092fcdcba5df6)): ?> <?php $component = $__componentOriginal5b59606c2b1342d2010092fcdcba5df6; ?> <?php unset($__componentOriginal5b59606c2b1342d2010092fcdcba5df6); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </div><?php /**PATH /home/okaminime0881/anime/resources/views/livewire/show/season-show.blade.php ENDPATH**/ ?>
Back