update
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<form action="{{ route('forms.other.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>
|
||||
@@ -93,7 +93,7 @@
|
||||
<form action="{{ route('forms.other.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>
|
||||
|
||||
Reference in New Issue
Block a user