Tosrifa Industries Ltd.

121/1, Beraider Chala, Sreepur, Gazipur

Warehouse Stock Yarn Information Dashboard

Today's Date:
Current Time:
{{--
--}} @php $sl=0 @endphp @foreach ($yarns as $grey_fabric) @php $date = date('d', strtotime($grey_fabric->date)); $day = date('D', strtotime($grey_fabric->date)); @endphp @if ($day == 'Fri') @else @endif @endforeach
Date Opening Received Received Cumulative Issue Issue Cumulative Stock in Hand
{{ $grey_fabric->date }}{{ $grey_fabric->date }} @if (date('d', strtotime($grey_fabric->date)) === '01') {{ number_format($grey_fabric->opening_qty, 0) }} @endif {{ number_format($grey_fabric->received_qty, 0) }} {{ number_format($grey_fabric->received_qumilative_qty, 0) }} {{ $grey_fabric->issue_qty }} {{ number_format($grey_fabric->issue_qumilative_qty, 0) }} {{ number_format($grey_fabric->stock_in_hand, 0) }}