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
@can('Creator_yarn') {{-- --}} Create @endcan @can('Editor_fabrics') Create {{-- --}} @endcan @can('Admin') Create {{-- --}} @endcan {{-- Excel Download --}}
@csrf
Date: - Reset
@if ($search_yarn == !null)
@csrf
@endif
{{-- @can('Creator_yarn') @endcan @can('Editor_fabrics') @endcan @can('Admin') @endcan Excel Download
--}}
{{-- 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 }} @can('Admin') @endcan @can('Editor_fabrics') @endcan @can('Admin')
@csrf @method('delete')
@endcan @can('Editor_fabrics')
@csrf @method('delete')
@endcan
@endif