@extends('admin.layouts.app') @section('title','Product / Inventory Report') @section('breadcrumb') / Reports / Products @endsection @section('content')
Stock levels, transactions and movement history
| Code | Name | Category | Unit | Current Stock | Transactions | Status |
|---|---|---|---|---|---|---|
{{ $p->product_code }} |
{{ $p->product_name }} | {{ $p->category ?? '—' }} | {{ $p->unit ?? '—' }} | {{ $p->current_quantity }} | {{ $p->stockTransactions->count() }} | {{ ucfirst($p->status) }} |
| No products found | ||||||