@extends('layouts.master') @section('title', env('APP_NAME')) @section('content')
Reports
Home
Stock Report
ALL CATEGORIES
@foreach($itemCategories as $itemCategory)
{{$itemCategory->item_category_name}}
@endforeach
₦{{number_format(0.00, 2)}}
Item Name
Category Name
Total Stock
Measurements
Total Amount
Expired Stock
Measurements
Expired Amount
Actions
Item Stocks
Action
Barcode
Quantity
Measurements
Supplier
Invoice Number
Date Supplied
Amount
@endsection @section("footer-links") @endsection