@extends('layouts.app') @section('title', 'Product-wise Stock') @section('content')
{{-- Company Selection Warning --}} @if(!session('company_id')) @endif
Product-wise Stock
@can('inventory-stock-overview-product-wise-stock.export') @endcan
SKU Product Category Total Qty Available Total Value Warehouses
Loading...

Loading product-wise stock...

No product data found
Try adjusting your filters
@endsection @push('styles') @endpush @push('scripts') @endpush