@extends('layouts.app') @section('main-content')
| Product Name | Location | Min Level | On Hand | @role('Manager|Admin')Avg Cost | @endroleUnit Price | Last Re-Stock | @forelse($inventories as $inventory)
|---|---|---|---|---|---|---|
| {{ $inventory->name }} | {{ $inventory->location }} | {{ $inventory->threshold }} | product_id] > $inventory->threshold ) class="badge bg-success py-1 w-100 m-0" @else class="badge bg-danger py-1 w-100 m-0" @endif > {{ $onhand[$inventory->product_id] }} | @role('Manager|Admin')RM{{ $avgCost[$inventory->product_id] }} | @endrole@if ($avgCost[$inventory->product_id] >= $inventory->unit_price ) RM{{ number_format($inventory->unit_price, 2) }} @else RM{{ number_format($inventory->unit_price, 2) }} @endif | {{ $inventory->created_at }} |
| Record not found | ||||||