@extends('layouts.fullscreen') @section('content')
Item | {{@ucwords(@strtolower($item->item_name))}} |
Category | {{@ucwords(@strtolower($item->item_category))}} |
UOM | {{@ucwords(@strtolower($item->item_unit))}} |
Closing Stock | @convert(round(($transactions_db->sum('stock_in') + $balance_b_f_) - $transactions_db->sum('stock_out'),2)) |
Stock Value |