This commit is contained in:
Jagad R R
2025-03-04 15:23:55 +07:00
parent 3a37dba793
commit b695785b80
5 changed files with 10 additions and 10 deletions
@@ -93,7 +93,7 @@
<form action="{{ route('forms.entertainment.reject', $form->id) }}" method="class="d-inline" onsubmit="return confirm('Are you sure you want to reject this item?');">
@csrf
@method('PUT')
<button type="submit" class="btn btn-danger btn-sm">
<button type="submit" class="btn btn-danger">
Reject
</button>
</form>
@@ -103,7 +103,7 @@
<form action="{{ route('forms.entertainment.reject', $form->id) }}" method="class="d-inline" onsubmit="return confirm('Are you sure you want to reject this item?');">
@csrf
@method('PUT')
<button type="submit" class="btn btn-danger btn-sm">
<button type="submit" class="btn btn-danger">
Reject
</button>
</form>