@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
| Serial | Product Id | Product Name | Re Order Level | Current Stock |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $dt['product']->id }} | {{ $dt['product']->product_name }} | {{ $dt['product']->reorder_level }} {{ $dt['product']->unit }} | {{ $dt['currentQuantity'] }} {{ $dt['product']->unit }} |
| {{ $loop->iteration }} | {{ $dt['product']->id }} | {{ $dt['product']->product_name }} | {{ $dt['product']->reorder_level }} {{ $dt['product']->unit }} | {{ $dt['currentQuantity'] }} {{ $dt['product']->unit }} |