@extends('layouts.app') @section('title', 'Stock Ledger') @section('content')
{{-- Company selection warning --}} @if(!session('company_id')) @endif
Stock Ledger
@can('inventory-stock-ledger-stock-ledger.export') @endcan
Date Voucher Type Voucher No. Product Warehouse Qty IN Qty OUT Balance UOM Rate Value Batch/Serial Reference
Loading stock ledger...
No stock ledger entries found
Try adjusting your filters
@endsection @push('styles') @endpush @push('scripts') @endpush