HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/iphim.naniguide.com/storage/framework/views/54d715dc55c6e56b95267d05707a746f.php
<?php $__env->startSection('head'); ?>
    <?php echo $__env->make('seo.title-page.seo-tags', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('body'); ?>
    <?php echo $__env->make('seo.menu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

    <h1>
        <?php echo e($title->name); ?>: <?php echo e(__('Season')); ?>

        <?php echo e($season->number); ?>

    </h1>

    <?php if($seasonCount = $title->seasons_count): ?>
        <div>
            <h3><?php echo e(__('Seasons')); ?></h3>
            <ul>
                <?php $__currentLoopData = range(0, $seasonCount); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $number): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <li>
                        <a
                            href="<?php echo e(urls()->season(['title_id' => $title->id, 'number' => $number], $title)); ?>"
                        >
                            Season: <?php echo e($number + 1); ?>

                        </a>
                    </li>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </ul>
        </div>
    <?php endif; ?>

    <?php if($episodes): ?>
        <div>
            <ul>
                <?php $__currentLoopData = $episodes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $episode): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <li>
                        <figure>
                            <img
                                src="<?php echo e(urls()->image($episode['poster'])); ?>"
                                alt="Episode poster"
                                width="270px"
                            />
                            <figcaption>
                                <a
                                    href="<?php echo e(urls()->episode($episode, $title)); ?>"
                                >
                                    <?php echo e($episode['name']); ?>

                                </a>
                            </figcaption>
                        </figure>
                        <p><?php echo e($episode['description']); ?></p>
                    </li>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </ul>
        </div>
    <?php endif; ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('common::prerender.base', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/mrsimple/iphim.naniguide.com/resources/views/seo/season-page/prerender.blade.php ENDPATH**/ ?>