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