main
Ilham Wara Nugroho 2025-12-05 10:24:24 +07:00
parent 1456e52e0e
commit 8d6b3b9c9e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-3">
@foreach($template as $dataTemplate)
<a href="{{ url('dataset?resource='.encode_id($dataTemplate->MsTemplateId)) }}">
<a href="{{ url('dataset?resource_id='.encode_id($dataTemplate->MsTemplateId)) }}">
<div class="bg-white text-center rounded-[20px] shadow-lg p-5 py-10 gap-3 flex">
<div class="flex flex-col gap-3 mx-auto items-center">
<img src="{{ asset('logodki.png') }}" alt="" width="50" class="">