Created
December 30, 2025 06:08
-
-
Save ryanda/18d618d4353a213714103aa2c7fccad1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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' => '', | |
| ]; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment