@extends('layouts.location') @section('title', 'Generate Picklist') @section('page-title', 'Generate Picklist') @section('content') {{-- Show popup alert if there’s a replenishment or any other message --}} @if(session('popup_message')) @endif @if(session('success'))
| Pic ID | Sales Order Number(s) | Packing Completed At | {{--Category | --}} {{--SKU | --}} {{--Required Qty | --}} {{--Rack | --}} {{--Sequence | --}}Action |
|---|---|---|---|---|---|---|---|---|
| {{ $item->pic_id }} | {{ $item->so_numbers }} | {{ $item->packing_date_complete ? \Carbon\Carbon::parse($item->packing_date_complete)->format('d/m/Y H:i') : '-' }} | {{--{{ $item->category }} | --}} {{--{{ $item->sku }} | --}} {{--{{ $item->required_qty }} | --}} {{--{{ $item->rack }} | --}} {{--{{ $item->sequence }} | --}}