shell bypass 403
<link rel="stylesheet" href="<?php echo e(url(env('ASSETSPATHURL').'web-assets/css/fancybox/fancybox-v4-0-27.css')); ?>"><!-- Fancybox 4.0 CSS -->
<?php $__env->startSection('page_title'); ?>
| <?php echo e(trans('labels.gallery')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="breadcrumb-sec">
<div class="container">
<div class="breadcrumb-sec-content">
<nav class="text-dark d-flex breadcrumb-divider" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item <?php echo e(session()->get('direction') == '2' ? 'breadcrumb-item-rtl ps-0' : ''); ?>"> <a class="fw-bold text-dark" href="<?php echo e(route('home')); ?>"><?php echo e(trans('labels.home')); ?></a> </li>
<li class="breadcrumb-item <?php echo e(session()->get('direction') == '2' ? 'breadcrumb-item-rtl ps-0' : ''); ?> text-primary fw-bold active" aria-current="page"><?php echo e(trans('labels.gallery')); ?></li>
</ol>
</nav>
</div>
</div>
</div>
<section class="my-5">
<div class="container mb-5">
<h3 class="fw-bold fs-2 mb-4 color-changer truncate-2"><?php echo e(trans('labels.gallery')); ?></h3>
<?php if(count($getgalleries)>0): ?>
<div id="galleryimg">
<?php $__currentLoopData = $getgalleries; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div data-src="<?php echo e($image->image_url); ?>" data-fancybox="gallery" data-thumb="<?php echo e($image->image_url); ?>">
<img src="<?php echo e($image->image_url); ?>" width="200" height="150" />
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php else: ?>
<?php echo $__env->make('web.nodata', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<script src="<?php echo e(url(env('ASSETSPATHURL').'web-assets/js/fancybox/fancybox-v4-0-27.js')); ?>"></script><!-- Fancybox 4.0 JS -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('web.layout.default', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/koreanshop.lk/resources/views/web/gallery.blade.php ENDPATH**/ ?>