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

Loading warehouse-wise stock...

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