Work Order Wise Stock Report Work Order Wise Stock Report {{-- Test --}}
{{--
from)) value="{{ Request()->from }}" @endif name="from" type="date" />
to)) value="{{ Request()->to }}" @endif name="to" type="date" />
--}}
 
@foreach ($stockDetails as $detail) {{-- {{ dd($detail) }} --}} @endforeach
Sr No. Work Order No. Vendor Inward Date Category Product Unit Brand Model View Quantity Supplied Quantity Remaining Quantity
{{ $loop->iteration }} {{ $detail->stock->work_order_no }} {{ $detail->stock->vendor->company_name }} {{ $detail->stock->inward_date }} {{ $detail->category->name }} {{ $detail->product->name }} {{ $detail->unit->name }} {{ $detail->brand }} {{ $detail->model }} @isset($detail->stock?->work_order_file) View @else N/A @endisset {{ $detail->stock_quantity }} {{ $detail->supplied_quantity }} {{ $detail->remaining_quantity }}
{{-- Print Selected Filed in PDF --}}