| 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/ef0b1adc0860ed890362b8952b57a07c.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" >
<?php $__currentLoopData = $productCategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-sm-4 col-xl-4">
<a href="<?php echo e(route('warehouse-product.index' , $category->id)); ?>" 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($category->icon); ?>" 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($category->name); ?></p>
</div>
</label>
</div>
</a>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div class="col-sm-4 col-xl-4">
<a href="<?php echo e(route('warehouse-product.accessory')); ?>" 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('all_weight.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'); ?>
<?php echo $__env->make('app.datepicker-js-config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<script>
function myFunction(x) {
var positions = document.getElementById('positions');
if (x.matches) { // If media query matches
positions.style.position = "relative";
} else {
positions.style.position = "absolute";
}
}
// Create a MediaQueryList object
var x = window.matchMedia("(max-width: 600px)");
// Call listener function at run time
myFunction(x);
// Attach listener function on state changes
x.addEventListener("change", function() {
myFunction(x);
});
</script>
<script>
// date earchform strt_date to EndDate
$(document).ready(function() {
$(".ranges > ul > li").click(function() {
setTimeout(function() {
$('#search-form').submit();
}, 100);
});
});
// date
var runDatePicker = function() {
// enable clear button
$('#datepicker-3').datepicker({
todayBtn: "linked",
clearBtn: true,
todayHighlight: true,
templates: controls
});
}
</script>
<script>
$(document).ready(function() {
$("#js-nav-menu").removeClass('active');
$("#js-nav-menu li ul li").removeClass('active');
$("#menu_stock_list").addClass('active open');
$("#collapse_stock").addClass('collapse in')
$("#menu_expense_options").addClass('active')
})
</script>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('meta'); ?>
<title><?php echo e(__('message.stock report')); ?> - <?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/backup/jewelry-pos/resources/views/warehouses/category-show.blade.php ENDPATH**/ ?>