@extends('layouts.master') @section('title', 'Inventory Stock Level Report') @section('content')
| Item Code | Item Description | Warehouse | Category | Qty Available |
|---|---|---|---|---|
| Total for {{ $currentItemCode }} - {{ $currentItemDescription }} | {{ number_format($itemTotals[$currentItem], 2) }} | |||
| {{ $data['item']->code }} | {{ $data['item']->description1 }} | {{ $data['warehouse']->description ?? 'N/A' }} | {{ $data['category']->name ?? 'N/A' }} | {{ number_format($data['available_quantity'], 2) }} |
| Total for {{ $currentItemCode }} - {{ $currentItemDescription }} | {{ number_format($itemTotals[$currentItem], 2) }} | |||
Copyright © Melsoft (Private) Limited