@extends('layouts.app') @section('main-content')
| # | Name | Description | Unit Price | UOM | Min Level | Category | Status | Modified By | Edit | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product->name }} | {{ $product->description }} | {{ $product->unit_price }} | {{ $product->productUom->description }} | {{ $product->threshold }} | {{ $product->category->name }} | @if ($product->status) Active @else Inactive @endif | {{ $product->user->username }} | ||
| Record not found | ||||||||||