Skip to content

Instantly share code, notes, and snippets.

View ryanda's full-sized avatar
🌴
On vacation

ryanda ryanda

🌴
On vacation
  • Depok
View GitHub Profile
$docsContract = DetailContractDoc::where('contract_id', $r->id)->get();
foreach ($docsContract as $d1) {
$documents[] = [
'uuid' => $d1->uuid,
'file_name' => $d1->file_name,
'path' => $d1->path,
'type_process' => '',
'tipe_kemajuan' => '',
];
}