@if (is_null($yarns) || empty($yarns))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
@if ($search_yarn == !null)
@endif
{{-- yarn Table goes here --}}
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() !!}