Delete AUK updated
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</a>
|
||||
@if (!count($auk->childs))
|
||||
<form class="inline-block" action="{{ route('auks.destroy', $auk->id) }}" method="POST"
|
||||
onsubmit="return confirm('{{ __('Are you sure remove AUK ') . $auk->name . '?' }}');">
|
||||
onsubmit="return confirm('{{ __('Are you sure remove AUK ') . $auk->auk_name . '?' }}');">
|
||||
<input type="hidden" name="_method" value="DELETE">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<button type="submit">
|
||||
|
||||
Reference in New Issue
Block a user