update
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
<form action="{{ route('forms.up-country.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>
|
||||
@@ -122,7 +122,7 @@
|
||||
<form action="{{ route('forms.up-country.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