| Path : /var/www/html/backup/jewelry-pos/storage/framework/views/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/backup/jewelry-pos/storage/framework/views/57a76ae849ef6862714c7c0ceeddd6d1.php |
<?php $__env->startSection('content'); ?>
<div class="col-lg-12" style="position: relative;margin: auto;width: 100%">
<div class="card-body shadow-1">
<main id="js-page-content" role="main" class="page-content">
<ol class="breadcrumb page-breadcrumb">
<li class="breadcrumb-item"><?php echo e(__('message.warehouse')); ?></li>
</ol>
<div class="row" >
<div class="col-sm-4 col-xl-4">
<a href="<?php echo e(route('reports.product-qty-history')); ?>?for_sale=1" class="" style="cursor: pointer">
<div class="card card-body shadow-lg p-1 rounded overflow-hidden position-relative mb-g text-center" style="cursor: pointer;">
<label class="pt-3" style="cursor: pointer" >
<img src="<?php echo e(asset('final_product.png')); ?>" style="width: 60px;padding-bottom: 20px;cursor: pointer">
<div class="text-light" style="font-size: 15px;cursor: pointer;">
<p class="text-dark" style="font-size: 16px"><?php echo e(__('message.for sale')); ?></p>
</div>
</label>
</div>
</a>
</div>
<div class="col-sm-4 col-xl-4">
<a href="<?php echo e(route('reports.product-qty-history')); ?>?for_sale=0" class="" style="cursor: pointer">
<div class="card card-body shadow-lg p-1 rounded overflow-hidden position-relative mb-g text-center" style="cursor: pointer;">
<label class="pt-3" style="cursor: pointer" >
<img src="<?php echo e(asset('accessory.png')); ?>" style="width: 60px;padding-bottom: 20px;cursor: pointer">
<div class="text-light" style="font-size: 15px;cursor: pointer;">
<p class="text-dark" style="font-size: 16px"><?php echo e(__('message.not for sale')); ?></p>
</div>
</label>
</div>
</a>
</div>
</div>
</main>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<script>
$(document).ready(function() {
$("#js-nav-menu").removeClass('active');
$("#js-nav-menu li ul li").removeClass('active');
$("#menu_report_list").addClass('active open');
$("#collapse_report").addClass('collapse in');
$("#menu_expense_product_qty_history").addClass('active');
})
</script>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('meta'); ?>
<title><?php echo e(__('message.product qty history')); ?> - <?php echo e($settings_->shop_name); ?></title>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.admin-main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/jewelry-pos/resources/views/report-product-transactions/option.blade.php ENDPATH**/ ?>