fix reject button

This commit is contained in:
Jagad R R
2025-03-04 15:58:55 +07:00
parent b695785b80
commit dae79b7585
6 changed files with 21 additions and 30 deletions
@@ -225,7 +225,7 @@
</form>
@else
@if ($item->final_approved_at && auth()->user()->can('final_approval.open'))
<form action="{{ route('forms.entertainment.open', $item->id) }}" method="POST" class="d-inline"onsubmit="return confirm('Are you sure you want to approve this item?');">
<form action="{{ route('forms.entertainment.open', $item->id) }}" method="POST" class="d-inline" onsubmit="return confirm('Are you sure you want to approve this item?');">
@csrf
@method('PUT')
<button type="submit" class="btn btn-success btn-sm">