Skip to content

Commit

Permalink
fix: fix bug crud gudang
Browse files Browse the repository at this point in the history
  • Loading branch information
fY-Hr committed May 26, 2024
1 parent 579503e commit 242a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/gudang/daftar-seragam.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class="w-[181px] h-[59px] bg-red-600 text-xl font-bold text-white rounded-xl bor
<h1>/</h1>
</div>
<div>
<form action="/gudang/seragam/hapus/{{ $seragam['id'] }}" method="post">
<form action="/gudang/seragam/delete/{{ $seragam['id'] }}" method="post">
@csrf
@method('DELETE')
<button class="text-red-500 hover:underline" type="submit">Hapus</button>
Expand Down

0 comments on commit 242a5f7

Please sign in to comment.