Edit File: 65776b2998010f4d2b23d7c9e4f1a2f4.php
<table class="w-full border-black border-2 dark:border-white"> <thead class="bg-black font-extrabold text-white"> <tr> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $columns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $column): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <th class="text-sm md:text-base lg:text-lg py-1 capitalize" colspan=<?php echo e($column == "actions" ? "2" : "1"); ?>><?php echo e($column); ?></th> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </tr> </thead> <?php echo e($slot); ?> </table> <?php /**PATH /home/okaminime0881/anime/resources/views/components/display-table.blade.php ENDPATH**/ ?>
Back