main
Ilham Wara Nugroho 2025-10-03 13:42:52 +07:00
parent d64e34aa75
commit 4fb141f320
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<h2 class="text-2xl">Data Tidak Ada</h2>
</div>
@endforelse
{{ @$dataset->links() }}
{{ @$dataset ? @$dataset->links() : '' }}
</div>
</div>
</section>