{{--
Associate User
--}}
{{ $this->users->links() }}
@foreach($this->users as $user)
{{ $user->name }} {{ $user->email }}
Send password reset Remove User @if(impersonate_link($user)) Impersonate @endif
@endforeach
Remove user Are you sure? This will not delete the user, only remove the association to this customer. {{ __('adminhub::global.cancel') }} Confirm and remove {{--
@foreach($this->searchedUsers as $user)
{{ $user->name }} {{ $user->email }}
@if(!$this->currentUserIds->contains($user->id)) Associate @endif
@endforeach
--}}