{{-- Alert Message --}} @if (session()->has('message')) @endif {{-- Loading Overlay --}}
Loading...
{{-- Product Table --}}
@if (!empty($products)) @foreach ($products as $key => $product) @php $productData = $product['product'] ?? $product; $batches = $product['batches'] ?? []; $selectedBatchId = $product['selected_batch_id'] ?? null; $selectedBatch = collect($batches)->firstWhere('id', $selectedBatchId) ?? ($batches[0] ?? null); @endphp {{-- Nama Produk --}} {{-- Kode Produk --}} {{-- Pilih Batch --}} {{-- Stok Batch --}} {{-- Input Jumlah Transfer --}} {{-- Hidden Product ID --}} {{-- Aksi --}} @endforeach @else @endif
# Nama Produk Kode Batch (Cabang Pengirim) Stok Batch Jumlah Transfer Aksi
{{ $key + 1 }}{{ $productData['product_name'] }}{{ $productData['product_code'] }} {{ $selectedBatch['qty'] ?? '0' }} {{ $productData['product_unit'] ?? '' }}
Silakan cari & pilih produk!