Edit File: 02791a160641358d6b9c4791d8d912fe.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; $__newAttributes = []; $__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames((['active'])); foreach ($attributes->all() as $__key => $__value) { if (in_array($__key, $__propNames)) { $$__key = $$__key ?? $__value; } else { $__newAttributes[$__key] = $__value; } } $attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes); unset($__propNames); unset($__newAttributes); foreach (array_filter((['active']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } $__defined_vars = get_defined_vars(); foreach ($attributes->all() as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } unset($__defined_vars); ?> <?php $classes = ($active ?? false) ? 'py-2 w-full inline-flex justify-center items-center px-1 pt-1 text-sm font-medium leading-5 text-white dark:text-white focus:outline-none transition duration-200 ease-in-out bg-red-600 ' : 'py-2 w-full inline-flex justify-center items-center px-1 pt-1 text-sm font-medium leading-5 text-white dark:text-white hover:text-white dark:hover:text-white focus:outline-none focus:text-white dark:focus:text-white transition duration-200 ease-in-out'; ?> <a <?php echo e($attributes->merge(['class' => $classes])); ?>> <?php echo e($slot); ?> </a> <?php /**PATH /home/okaminime0881/anime/resources/views/components/nav-link.blade.php ENDPATH**/ ?>
Back