@if (is_null($grey_fabrics) || empty($grey_fabrics))
@else
@if (session('message'))
{{-- @can('Creator_grey')
@endcan
@can('Editor_fabrics')
@endcan
@can('Admin')
@endcan
--}}
Currently No Information Available!
×
{{ session('message') }}.
@endif
@if ($search_grey == !null)
@endif
{{-- grey_fabric Table goes here --}}
Sl# | Date | Opening Qty | Received Qty | Received Cumulative Qty | Issue Qty | Issue Cumulative Qty | Stock in Hand | Actions |
---|---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ $grey_fabric->date }} | @if (date('d', strtotime($grey_fabric->date)) === '01') {{ $grey_fabric->opening_qty }} @endif | {{ $grey_fabric->received_qty }} | {{ $grey_fabric->received_qumilative_qty }} | {{ $grey_fabric->issue_qty }} | {{ $grey_fabric->issue_qumilative_qty }} | {{ $grey_fabric->stock_in_hand }} |
@can('Admin')
|