shell bypass 403
<nav class="header"> <a href="<?php echo e(url('settings')); ?>"> <h1 class="text-lg px-6"><?php echo e(config('app.name')); ?></h1> </a> <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/bouloter/public_html/resources/views/vendor/translation/nav.blade.php ENDPATH**/ ?>