/
home
/
sjslayjy
/
public_html
/
olddevlok
/
storage
/
framework
/
views
/
Upload File
HOME
<div class="widget-main no-padding"> <table class="table table-bordered table-striped"> <thead class="thin-border-bottom"> <tr> <th> <i class="ace-icon fa fa-caret-right blue"></i>Product </th> <th> <i class="ace-icon fa fa-caret-right blue"></i>Available Stock </th> </tr> </thead> <tbody> <tr> <td>Cement</td> <td> <b class="green"><?php echo e($cement_stock); ?></b> </td> </tr> <tr> <td>NPK <br> 20:20:0:13 & 12:32:16</td> <td> <b class="green"><?php echo e($npk_stock); ?></b> </td> </tr> <tr> <td>Urea</td> <td> <b class="green"><?php echo e($urea_stock); ?></b> </td> </tr> <tr> <td>DAP</td> <td> <b class="green"><?php echo e($dap_stock); ?></b> </td> </tr> <tr> <td>MOP</td> <td> <b class="green"><?php echo e($mop_stock); ?></b> </td> </tr> </tbody> </table> </div><?php /**PATH /home/pmmsanvp/public_html/srtdev/resources/views/dashboard/get-party-stock.blade.php ENDPATH**/ ?>