- <div moe>
- <a start show href="#" class="tbd">Kill Session</a>
- <form url="/api/agent/killSession">
- <h4 class="fw-bold mb-4">Kill Session</h4>
- <input type="hidden" name="userUid" value="{{ $user->uid }}">
- <div class="mb-3 d-flex flex-column">
- <label>Are you sure?</label>
- </div>
- <div class="mt-3">
- <button submit class="btn btn-sm btn-danger me-2">Kill Session</button>
- <button cancel class="btn btn-sm btn-default border">Cancel</button>
- </div>
- </form>
- </div>
|