{{ trans('global.create') }} {{ trans('cruds.pickingList.title_singular') }}
{{ trans('cruds.pickingList.fields.ref_no_helper') }}
@error('po_id')

{{ $message }}

@endif
{{ trans('cruds.pickingList.fields.warehouse_helper') }}
@error('warehouse_id')

{{ $message }}

@endif
@if($errors->has('picking_list_date'))
{{ $errors->first('picking_list_date') }}
@endif {{ trans('cruds.pickingList.fields.picking_list_date_helper') }}
{{--
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.pickingList.fields.status_helper') }}
--}}
Bill Information
Name {{ $bill_to_name }}
Contact Number {{ $bill_to_contact_number }}
Address {{ $bill_to_address }}
Ship Information
Name {{ $ship_to_name }}
Contact Number {{ $ship_to_contact_number }}
Address {{ $ship_to_address }}
{{ trans('cruds.pickingList.title_singular') }} Items
@csrf
{{-- --}} @foreach ($purchaseOrderItems as $model => $purchaseOrderItem) @if($model == "PurchaseOrderItem") @foreach ($purchaseOrderItem as $itemKey => $item) {{-- --}} @endforeach @else @foreach ($purchaseOrderItem as $giftKey => $gift) {{-- --}} @endforeach @endif @endforeach
# Item Code Description Ordered QtyPicked QtyLeft Qty Picking Qty
{{ $item['index'] }} {{ $item['item_code'] }} {{ $item['description'] }} {{ $item['ordered_qty'] }}{{ $item['picked_qty'] }}{{ $item['lefted_qty'] }} @error('purchaseOrderItems.PurchaseOrderItem'.$itemKey.'.picking_qty')
{{ $message }}
@enderror
{{ $gift['index'] }} {{ $gift['item_code'] }} {{ $gift['description'] }} {{ $gift['ordered_qty'] }}{{ $gift['picked_qty'] }}{{ $gift['lefted_qty'] }} @error('purchaseOrderItems.PurchaseOrderGift'.$giftKey.'.picking_qty')
{{ $message }}
@enderror
@section('scripts') @endsection