Path : /var/www/html/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/jewelry-pos/storage/framework/views/72d956b0f437b4367e507d12cee5021d.php |
<?php $__env->startSection('content'); ?> <div class="col-lg-8"> <div class="card-body shadow-1"> <div class="row"> <div class="col-lg-12 margin-tb"> <div class="pull-right mb-2" style="display: flex;justify-content:space-between;text-align: right;"> </div> </div> </div> <div class="panel-container show"> <div class="d-flex flex-column h-100"> <div class="h-auto"> <table id="example" class="table table-bordered table-hover table-striped w-100"> <thead class="bg-fusion-400"> <tr class="text-center"> <th>#</th> <th><?php echo e(__('message.user')); ?></th> <th><?php echo e(__('message.date')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $build_stock_dates; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $build_stock_date): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr class="text-center"> <td><?php echo e($index+1); ?></td> <td> <a href="<?php echo e(route('users.show' , $build_stock_date->user_id)); ?>" style="color: black" title="<?php echo e(__('message.show user')); ?>"> <?php echo e($build_stock_date->user->name??''); ?> </a> </td> <td style="overflow: hidden"> <a href="<?php echo e(route('build-stock-product-date.index', $build_stock_date->id)); ?>?date=<?php echo e($build_stock_date->build_date); ?>" style="display: block;margin: -10em;padding: 10em"> <?php echo e(date('d-m-y H:i:s' , strtotime($build_stock_date->build_date))); ?> </a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <!-- userstable end --> </div> </div> </div> </div> <div class="py-4 mt-4 mx-2 "> <!-- Pagination bootstrap--> <?php if($build_stock_dates->hasPages()): ?> <div class="d-flex m-2 p-2" style="justify-content: space-between;align-items: start;width: 20%"> <form action="<?php echo e(route('build-stock-product-date.index')); ?>" method="GET"> <select onchange="submit()" id="paginate" name="paginate" class="form-select text-center rounded mr-2 mt-1" aria-label="Default select example" style="width: 90px;font-size: 14px;border: 1px solid rebeccapurple"> <option selected hidden="hidden"><?php echo e($paginate); ?></option> <option value="25">25</option> <option value="50">50</option> <option value="100">100</option> <option value="250">250</option> <option value="500">500</option> <option value="1000">1000</option> </select> <input type="hidden" name="start_date" value="<?php echo e($start_date); ?>"/> <input type="hidden" name="end_date" value="<?php echo e($end_date); ?>"/> <input type="hidden" name="search" value="<?php echo e($search); ?>"/> </form> <div class=""> <?php echo e($build_stock_dates->appends($_GET)->links()); ?> </div> </div> <?php endif; ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> // nav $(document).ready(function() { $("#js-nav-menu").removeClass('active'); $("#js-nav-menu li ul li").removeClass('active'); $("#menu_stock_list").addClass('active open'); $("#collapse_user").addClass('collapse in') $("#build_stock_date").addClass('active') }) </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <title><?php echo e(__('message.building stock')); ?> - <?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/build-stock-dates/index.blade.php ENDPATH**/ ?>