Viewing file: a4518e09c27ac3640e5c0354a7c581607c616f34.php (1.12 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<nav class="header">
<h1 class="text-lg px-6"><?php echo e(config('app.name')); ?></h1>
<ul class="flex-grow justify-end pr-2"> <li> <a href="<?php echo e(route('languages.index')); ?>" class="<?php echo e(set_active('')); ?><?php echo e(set_active('/create')); ?>"> <?php echo $__env->make('translation::icons.globe', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(__('translation::translation.languages')); ?>
</a> </li> <li> <a href="<?php echo e(route('languages.translations.index', config('app.locale'))); ?>" class="<?php echo e(set_active('*/translations')); ?>"> <?php echo $__env->make('translation::icons.translate', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(__('translation::translation.translations')); ?>
</a> </li> </ul>
</nav><?php /**PATH /home/picotech/domains/wataxi.picotech.app/public_html/resources/views/vendor/translation/nav.blade.php ENDPATH**/ ?>
|