revert function to get image url

This commit is contained in:
Jagad R R
2024-12-31 12:46:14 +07:00
parent 3f7b9d0eb5
commit fbcc841e80
2 changed files with 7 additions and 25 deletions
@@ -119,7 +119,7 @@
<td>{{ number_format($item->total, 0, ',', '.') }}</td>
<td>
@if ($item->bukti1)
<a href="{{ NextCloudHelper::getNextcloudFile($item->bukti1) }}" target="_blank">
<a href="{{ NextCloudHelper::getFileUrl($item->bukti1) }}" target="_blank">
Download
</a>
@else