main
Ilham Wara Nugroho 2026-02-19 09:32:44 +07:00
parent 8fa95aba21
commit a86d161c2d
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
</table>
<input type="hidden" name="group_id" value="{{encode_id(@$id)}}">
<div class="flex justify-center justify-items-center mt-2">
<a href="{{route('modules.management.role.index')}}" class="p-2 text-white bg-red- rounded"><i class="ri-close-line"></i> Batal</a>
<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>
</form>