5 <div class="container small" ng-non-bindable>
7 <p>This will fully delete this user with the name '<span class="text-neg">{{ $user->name }}</span>' from the system.</p>
8 <p class="text-neg">Are you sure you want to delete this user?</p>
10 <form action="{{ baseUrl("/settings/users/{$user->id}") }}" method="POST">
12 <input type="hidden" name="_method" value="DELETE">
13 <a href="{{ baseUrl("/settings/users/{$user->id}") }}" class="button muted">Cancel</a>
14 <button type="submit" class="button neg">Confirm</button>