@if($adminUser)
These are the login credentials for {{ $tenant->business_name }}'s POS system.
Change Password
@if($adminUser->password_changed_at)
Last changed: {{ $adminUser->password_changed_at->diffForHumans() }}
@if($adminUser->password_changed_by == 'nexfloit_admin')
by Nexfloit
@else
by User
@endif
@else
Password has never been changed
@endif
Generated Password:
@else
No admin user found for this tenant. Create a store first.
@endif