@if (is_null($fabricsChallanDataInputs) || empty($fabricsChallanDataInputs))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
@if (session('error_message'))
×
{{ session('error_message') }}.
@endif
Sl# | BUYER NAME | ORDER / STYLE | BOOK. NO | lot | Receive Balance Qty | Issue Balance Qty | New Issue | Actions | ||
---|---|---|---|---|---|---|---|---|---|---|
@if (auth::user()->role_id == 1) | @endif {{ $spl->id }}-{{ ++$sl }}{{ $spl->buyer_name }} | {{ $spl->order_style }} | {{ $spl->book_no }} | @php $lot = DB::table('fabrics_receives') ->where('buyer_id', $spl->buyer_id) ->where('order_style', $spl->order_style) ->where('book_no', $spl->book_no) ->select('lot') ->distinct() ->get(); @endphp @if ($lot->isNotEmpty()) @foreach ($lot as $item) {{ $item->lot }}, @endforeach @else 0 @endif | @if ($receive != null) | @else 0 @endif@if ($dlv_cutting == null) 0 @else @endif | @if (auth::user()->role_id == 6 || auth::user()->role_id == 1) @endif | {{----}} {{-- |
|
--}}