{{ $partner->name }}
{{ $partner->hq_address }}
{{ $partner->created_at->format('M d, Y H:i') }}
{{ $partner->updated_at->format('M d, Y H:i') }}
Total Users
{{ $partner->users_count ?? 0 }}
Managers
{{ $partner->managers_count ?? 0 }}
Agents
{{ $partner->agents_count ?? 0 }}
| Name | Role | Status | Created | |
|---|---|---|---|---|
|
{{ $user->name }}
|
{{ $user->email }}
|
{{ $user->type }} | {{ $user->status->value }} | {{ $user->created_at->format('M d, Y') }} |
Are you sure you want to delete {{ $partner->name }}?
This action cannot be undone. All associated users ({{ $partner->users_count ?? 0 }}) will also be affected.