{{-- @if (session('success'))
{{ $products->links() }}
{{ session('success') }}
@endif --}}
| Name | Serial No | Unit | Rate/Unit | Selling Price | Stock | Actions |
|---|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->serial_no }} | {{ $product->measuring_unit }} | {{ $product->rate_per_unit }} | {{ $product->selling_price }} | {{ $product->current_stock }} @if ($product->current_stock <= $product->alert_quantity) Low Stock @endif | Edit Ledger |
| No products found | ||||||