main
Ilham Wara Nugroho 2026-02-19 09:33:00 +07:00
parent a86d161c2d
commit 4e7606182e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
</tbody>
</table>
<input type="hidden" name="group_id" value="{{encode_id(@$id)}}">
<div class="flex justify-center justify-items-center mt-2">
<div class="flex justify-center justify-items-center mt-2 gap-2">
<a href="{{route('modules.management.role.index')}}" class="p-2 text-white bg-red-500 rounded"><i class="ri-close-line"></i> Batal</a>
<button class="p-2 text-white bg-emerald-500 rounded"><i class="ri-save-line"></i> Simpan</button>
</div>