@extends('backEnd.layouts.master') @section('title','Stock Report') @section('content')
| Product | Category | Price | Status | |
|---|---|---|---|---|
|
@if($p->thumbnail)
|
{{ $p->category->name ?? '—' }} | ৳{{ number_format($p->price) }} | Out of Stock | Ledger |
| Product | Category | Stock | Price | |
|---|---|---|---|---|
|
@if($p->thumbnail)
|
{{ $p->category->name ?? '—' }} | {{ $p->stock }} | ৳{{ number_format($p->price) }} | Ledger |
| All products have adequate stock. | ||||