This commit is contained in:
2025-02-24 10:18:38 +07:00
parent 8ed6700339
commit ce2c417045
4 changed files with 39 additions and 36 deletions

2
resources/views/pdf/final_log_page_1.blade.php Normal file → Executable file
View File

@@ -242,7 +242,7 @@
<td style="width: 29%;">{{ wordwrap($request_logs->code,15,"<br>\n")}}</td>
<td style="width: 20%;">Tanggal</td>
<td style="width: 1%;">:</td>
<td style="width: 29%;">{{ \Carbon\Carbon::parse($request_logs->created_at)->format('d M Y') }}</td>
<td style="width: 29%;">{{ \Carbon\Carbon::parse($request_logs->approved_at)->format('d M Y') }}</td>
</tr>
<tr>
<td>Kepada</td>