@if (session('message'))
×
{{ session('message') }}.
@endif
{{-- division Table goes here --}}
Date | {{ $fabrics->date }} |
---|---|
Opening Qty | {{ $fabrics->opening_qty }} |
Received Qty | {{ $fabrics->received_qty }} |
Received Cumulative Qty | {{ $fabrics->received_qumilative_qty }} |
Issue Qty | {{ $fabrics->issue_qty }} |
Issue Cumulative Qty | {{ $fabrics->issue_qumilative_qty }} |
Stock In Hand | {{ $fabrics->stock_in_hand }} |
Remarks | {{ $fabrics->remarks }} |