Warehouse Stock Yarns Information Warehouse Stock Yarns Information {{-- --}}
@if (is_null($yarns) || empty($yarns))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
@csrf
Date: - Reset
@if ($search_yarn == !null)
@csrf
@endif
{{-- yarn Table goes here --}} @php $sl=0 @endphp @foreach ($yarns as $yarn) @endforeach
Sl# Date Opening Qty Received Qty Received Cumulative Qty Issue Qty Issue Cumulative Qty Stock in Hand Actions
{{ ++$sl }} {{ $yarn->date }} @if (date('d', strtotime($yarn->date)) === '01') {{ $yarn->opening_qty }} @endif {{ $yarn->received_qty }} {{ $yarn->received_qumilative_qty }} {{ $yarn->issue_qty }} {{ $yarn->issue_qumilative_qty }} {{ $yarn->stock_in_hand }}
{!! $yarns->links() !!}
@endif