Membuat kirim surat tender part 2
This commit is contained in:
@@ -52,6 +52,7 @@ class SendPenawaranKJPPTenderJob implements ShouldQueue
|
||||
$this->cities,
|
||||
$this->provinces
|
||||
);
|
||||
|
||||
$email->with([
|
||||
'dp1' => $this->dp1, // Kirim seluruh array dp1 ke email
|
||||
'penawaran' => $this->penawaran,
|
||||
@@ -62,6 +63,6 @@ class SendPenawaranKJPPTenderJob implements ShouldQueue
|
||||
'provinces' => $this->provinces,
|
||||
]);
|
||||
|
||||
Mail::to($this->kjpps)->send($email);
|
||||
$send = Mail::to($this->kjpps)->send($email);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user