@extends('layouts.master') @section('title', 'Stock Valuation Report') @section('content')
| Item Code | Item Description | Warehouse | Group | Unit Cost | Qty on Hand | Total Value |
|---|---|---|---|---|---|---|
| {{ $data['item']->code }} | {{ $data['item']->description1 }} | {{ $data['warehouse']->description ?? 'N/A' }} | {{ $data['category']->name ?? 'N/A' }} | {{ number_format($data['unit_cost'], 2) }} | {{ number_format($data['available_quantity'], 2) }} | {{ number_format($data['total_value'], 2) }} |
| Grand Total: | {{ number_format($grandTotalValue, 2) }} | |||||
Copyright © Melsoft (Private) Limited