Delete User Account
This action cannot be undone. This will permanently delete the user account
@if($user->businesses->count() > 0)
and may affect {{ $user->businesses->count() }} associated business(es).
@endif
@endif
@if($user->role !== 'admin')
Confirm Delete
Warning! This action cannot be undone.
Are you sure you want to delete user: {{ $user->name }}?
@if($user->businesses->count() > 0)
Note: This user has {{ $user->businesses->count() }} associated business(es).
Deleting this user may affect these businesses.