File manager - Edit - /var/www/payraty/accounting_main/storage/framework/views/f3361754a7196c064dc9a58bbcb81175.php
Back
<?php $__env->startSection('breadcrumb'); ?> <li class="breadcrumb-item"><a href="<?php echo e(route('dashboard')); ?>"><?php echo e(__('Dashboard')); ?> </a></li> <li class="breadcrumb-item active"><?php echo e(__('Product Stock')); ?></li> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-xl-12"> <div class="mt-2 p-4 rounded" style="background: #F0F2F5; margin-bottom: 25px"> <div class="d-flex justify-content-between"> <div> <h3 class="h5 text-dark font-weight-semibold">Product Stock</h3> <div class="mt-2"> <h3 class="h6 text-muted">Product Stock Summary</h3> </div> </div> </div> <div class="mt-4"> <div class="row g-4"> <!-- Quick Statistics Card --> <div class="col-sm-12 col-md-6"> <a href="<?php echo e(route('productstock.index')); ?>" class="card border-0 bg-white shadow-sm text-decoration-none"> <div class="card-body d-flex flex-column justify-content-between p-4"> <div class="d-flex align-items-center text-sm text-muted"> <span class="p-2 grey-color rounded-circle"> <img src="<?php echo e(asset('assets/images/svg/all.svg')); ?>" class="w-4 h-4" alt="Employee Icon" /> </span> </div> <dl class="mt-3"> <dt class="h2 text-primary font-weight-bold"> <?php echo e($totalProductStock ?? 0); ?> </dt> <dd class="mt-2 text-muted">All Product Stock</dd> </dl> </div> </a> </div> <!-- New Card --> <div class="col-sm-12 col-md-6"> <a href="<?php echo e(route('productstock.index')); ?>" class="card border-0 bg-white shadow-sm text-decoration-none"> <div class="card-body d-flex flex-column justify-content-between p-4"> <div class="d-flex align-items-center text-sm text-muted"> <span class="p-2 orange-color rounded-circle"> <img src="<?php echo e(asset('assets/images/svg/bi_people.svg')); ?>" class="w-4 h-4" alt="Employee Icon" /> </span> </div> <dl class="mt-3"> <dt class="h2 orange-text font-weight-bold"> <?php echo e($newProductStock ?? 0); ?> </dt> <dd class="mt-2 text-muted">New Product Stock</dd> </dl> </div> </a> </div> </div> </div> </div> <div class="card"> <div class="card-body table-border-style"> <div class="d-flex flex-row justify-content-between align-items-center margin-bottom-big"> <!-- All Product Stock Header --> <div class="flex-grow-1"> <h2 class="text-lg font-semibold text-primary">All Product Stock</h2> </div> <!-- Search Input with Icon --> <div class="flex-grow-1 position-relative mt-4 mt-lg-0"> <div class="input-group" style="max-width: 400px;"> <span class="input-group-text bg-white border-0"> <i class="fas fa-search text-secondary"></i> </span> <input type="search" class="form-control border-0 shadow-sm text-sm bg-white border-grey-light-300" placeholder="Search by name or id..." /> </div> </div> <!-- Filters Dropdowns --> <div class="d-flex flex-lg-row flex-column justify-content-end align-items-lg-center align-items-start mt-4 mt-lg-0"> <!-- Pay Group Dropdown --> <div class="mb-3 mb-lg-0 me-lg-4" style="width: 150px;"> <select class="form-select bg-white" aria-label="Pay Group"> <option value="all" selected>Filter</option> <option value="monthly">Monthly</option> <option value="hourly">Hourly</option> </select> </div> <!-- Employment Status Dropdown --> <div class="mb-3 mb-lg-0" style="width: 150px;"> <select class="form-select bg-white" aria-label="Employment Status"> <option value="all" selected>Sort</option> <option value="full-time">New</option> <option value="part-time">Old</option> </select> </div> </div> </div> <div class="table-responsive"> <table class="table"> <thead> <tr role="row"> <th><?php echo e(__('Name')); ?></th> <th><?php echo e(__('Sku')); ?></th> <th><?php echo e(__('Current Quantity')); ?></th> <th><?php echo e(__('Action')); ?></th> </tr> </thead> <tbody> <?php if($productServices->isEmpty()): ?> <tr> <td colspan="10" class="text-center"> <img src="<?php echo e(asset('assets/images/no-data.png')); ?>" alt="No Data" style="max-width: 350px; margin-bottom: 50px; margin-top: 150px;"> <p><?php echo e(__('Oops, no product stock yet.')); ?></p> <?php else: ?> <?php $__currentLoopData = $productServices; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $productService): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr class="font-style"> <td><?php echo e($productService->name); ?></td> <td><?php echo e($productService->sku); ?></td> <td><?php echo e($productService->quantity); ?></td> <td class="Action"> <div class="action-btn bg-info ms-2"> <a data-size="md" href="#" class="mx-3 btn btn-sm d-inline-flex align-items-center" data-url="<?php echo e(route('productstock.edit', $productService->id)); ?>" data-ajax-popup="true" data-size="xl" data-bs-toggle="tooltip" title="<?php echo e(__('Update Quantity')); ?>"> <i class="ti ti-edit text-white"></i> </a> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </tbody> </table> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/payraty/accounting_main/resources/views/productstock/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings