error get public url

This commit is contained in:
Jagad R R
2024-12-26 14:49:20 +07:00
parent 87714a7738
commit 81ecc4b69a
5 changed files with 55 additions and 9 deletions
@@ -115,7 +115,7 @@
<td>{{ number_format($item->total, 0, ',', '.') }}</td>
<td>
@if ($item->bukti1)
<a href="{{ NextCloudHelper::getFileUrl($item->bukti1) }}" target="_blank">
<a href="{{ NextCloudHelper::getNextcloudFile($item->bukti1) }}" target="_blank">
Download
</a>
@else