Item Stock Ledger
This is an example dashboard created using build-in elements and components.
@php if(isset($_GET['page'])){ $page = $_GET['page']; } else{ $page = 1; } @endphp
@csrf
Item Stock Ledger
@if(!empty($lists)) @php $i=1; @endphp @foreach($lists as $list) @php $i++; @endphp @endforeach @endif
# Voucher # Voucher Date Item Name Qty IN Qty OUT Balance Quantity
{{$i}} {{$list->voucher_number}} {{$list->voucher_date}} {{$list->name}} {{($list->transaction_type == '+') ? $list->item_qty :''}} {{($list->transaction_type == '-') ? $list->item_qty :''}} {{$list->netQty}}