$row['no_release'], 'no_kantong' => $row['no_kantong'], 'produk_id' => $row['produk_id'], 'golongan_darah_id' => $row['golongan_darah_id'], 'status_keterangan' => $row['status_keterangan'], 'user_checker_id' => Auth::user()->id, 'user_pengesah_id' => Auth::user()->id, 'is_delivery' => $row['is_delivery'], 'tanggal_release' => $row['tanggal_release'], 'tanggal_aftap' => $row['tanggal_aftap'], 'volume_release' => $row['volume_release'], 'rhesus_id' => $row['rhesus_id'], 'unit_donor_darah_id' => $row['unit_donor_darah_id'], 'expired_date' => $row['expired_date'], 'status_id' => $row['status_id'], 'tanggal_olah' => $row['tanggal_olah'], ]); } // public function batchSize(): int // { // return 1000; // } // public function chunkSize(): int // { // return 1000; // } }