Create new staff member
Edit staff member
Assign a property to the staff member
@if (session()->has('propertyMessage'))| ID | Name | Action |
|---|---|---|
| {{ $staff_property['PropertyID'] }} | {{ $staff_property['PropertyName'] }} |
View passcodes and cards assigned to the staff member
| ID | PropertyName | LockName | Status | Actions |
|---|---|---|---|---|
| {{ $passcode['ID'] }} | {{ $passcode['PropertyName'] }} | {{ $passcode['LockAlias'] }} | {{ $passcode['Status'] }} | @if($passcode['Status'] === 'success') @else @endif |
| CardID | PropertyName | LockName | Actions |
|---|---|---|---|
| {{ $card['CardId'] }} | {{ $card['PropertyName'] }} | {{ $card['LockName'] }} |
Assign a lock to the staff member
@if (session()->has('lockMessage'))| ID | Lock Name | Action |
|---|---|---|
| {{ $lock->lock_id}} | {{ $lock->lockAlias }} |