This commit is contained in:
2025-02-24 16:59:31 +07:00
parent ccd39e4d77
commit 46c7c5c0cb

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->approved_at)->format('d M Y') }}</td>
<td style="width: 29%;">{{ \Carbon\Carbon::parse($request_logs->created_final_at)->format('d M Y') }}</td>
</tr>
<tr>
<td>Kepada</td>