Edit File: 48388d7811a46940ba52c142dc46542d.php
<?php $__env->startSection("title"); ?> Media Sosial Official Okaminime <?php $__env->stopSection(); ?> <div class="flex flex-col gap-8 px-4 lg:px-0"> <div class="text-3xl text-center"> MEDIA SOSIAL <span class="uppercase text-red-600 font-bold"><?php echo e($page->name); ?></span> </div> <div class="text-lg text-center"> Ikuti Media Sosial <span class="uppercase text-red-600 font-bold"><?php echo e($page->name); ?></span> Agar Tidak Ketinggalan Update Terbaru Dari Kami </div> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="<?php echo e($social->link); ?>" target="_blank" class="flex justify-center items-center gap-2 w-full sm:w-1/2 border-2 border-red-600 rounded-2xl p-4 mx-auto hover:scale-110 duration-200 hover:bg-red-600"> <img src="<?php echo e($social->logo); ?>" alt="" class="w-1/2 max-w-24 rounded-2xl"> <div class="flex flex-col divide-y-2 divide-red-600 sm:text-lg lg:text-2xl font-bold w-full"> <div class="uppercase ps-4"> <?php echo e($social->name); ?> </div> <div class="uppercase ps-4"> <?php echo e($social->display_text); ?> </div> </div> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </div><?php /**PATH /home/okaminime0881/anime/resources/views/livewire/show/social-show.blade.php ENDPATH**/ ?>
Back