File manager - Edit - /var/www/payraty/accounting_main/storage/framework/views/ca7c5653e8b1a7b5beec65d65e120bc4.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('action-btn'); ?> <!-- <div class="float-end"> <a href="<?php echo e(route('productstock.export')); ?>" data-bs-toggle="tooltip" title="<?php echo e(__('Export')); ?>" class="btn btn-sm btn-primary"> <i class="ti ti-file-export"></i> </a> </div> --> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="d-flex justify-content-end align-items-center gap-3 mt-3 mt-lg-0" style="margin-bottom: 25px"> <a href="#" onclick="saveAsPDF()"data-bs-toggle="tooltip" title="<?php echo e(__('Download')); ?>" data-original-title="<?php echo e(__('Download')); ?>" class="btn btn-outline-dark d-flex align-items-center"> <!-- <img src="<?php echo e(asset('assets/images/svg/export.svg')); ?>" class="w-4 h-4" alt="Export Customers Icon" /> --> <span class="ms-2">Download Product Stock</span> </a> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-body table-border-style"> <div class="table-responsive"> <table class="table datatable"> <thead> <tr> <th><?php echo e(__('Date')); ?></th> <th><?php echo e(__('Product Name')); ?></th> <th><?php echo e(__('Quantity')); ?></th> <th><?php echo e(__('Type')); ?></th> <th><?php echo e(__('Description')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $stocks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $stock): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td class="font-style"><?php echo e($stock->created_at->format('d M Y')); ?></td> <td><?php echo e(!empty($stock->product) ? $stock->product->name : ''); ?> <td class="font-style"><?php echo e($stock->quantity); ?></td> <td class="font-style"><?php echo e(ucfirst($stock->type)); ?></td> <td class="font-style"><?php echo e($stock->description); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </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/report/product_stock_report.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings