{{ $key + 1 }} |
{{-- Product Name --}}
{{ $productData['product_name'] }} |
{{-- Product Code --}}
{{ $productData['product_code'] }} |
{{-- Batch Select --}}
|
{{-- Stock (dari batch, default ambil batch pertama jika ada) --}}
@php
$firstBatch = $batches[0] ?? null;
@endphp
{{ $firstBatch['qty'] ?? '0' }} {{ $productData['product_unit'] }}
|
{{-- Quantity Input --}}
|
{{-- Type Select --}}
|
{{-- Hidden Product ID --}}
{{-- Action Button --}}
|
@endforeach
@else