@include('layouts.error')
Two-Factor Authentication
Manage your 2FA settings here.
| Name | Access | Action |
|---|---|---|
| {{ $head_office->findUser($key)->name }} | @php $group_ids = []; $location_ids = []; @endphp @foreach ($arr as $k => $item) @if ($item->is_location()) @php $location_ids[] = $item->location->id @endphp {{ $item->location->registered_company_name }} @else {{ $item->group->group }} @php $group_ids[] = $item->head_office_organisation_group_id @endphp @endif @endforeach |
|
You have not added any approved users
| Comment | Name | Status | Actions | ||
|---|---|---|---|---|---|
| {{ $hou->user->email }} | {{ $hou->user->name }} |
{{ $hou->is_blocked ? 'blocked' : 'live' }} |
You do not have any blocked users
@endifWhen created, a user account must be verified
| Name | Position | Assigned Profile | Contact Info | Actions | |
|---|---|---|---|---|---|
| {{ \Illuminate\Support\Str::title(str_replace(['.', '_'], ' ', $headOfficeUsers->user->name)) }} | {{ optional($headOfficeUsers)->position }} | @if ($headOfficeUsers->access_right) {{$headOfficeUsers->get_org_profile->profile->profile_name}} | custom @elseif($headOfficeUsers->user_profile_assign) {{-- @dd($headOfficeUsers->user_profile_assign->profile) --}} {{ isset($headOfficeUsers->user_profile_assign->profile) ? $headOfficeUsers->user_profile_assign->profile->profile_name : 'Not assigned' }} @else Unassigned @endif | {{ $headOfficeUsers->user->email }} | {{-- --}} $headOfficeUsers->id]) }}' class="btn btn-outline-cirlce bg-white"> |
User Profiles
Add New Profile{{ $profile->profile_name }}
@if ($profile->super_access)Super Admin Access
@elseCustom Permissions
@endifNo Profiles Found
Get started by creating your first user profile to manage permissions and access rights.
Create First Profile| Created at | Position | User Profiles | Status | Actions | |
|---|---|---|---|---|---|
| {{ $invite->created_at->format('d M Y (D) h:i a') }} | {{ $invite->email }} | {{ $invite->head_office_position }} | {{ $invite->head_office_profile->profile_name }} |
@if (!isset($invite->expires_at))
cancelled @elseif (\Carbon\Carbon::parse($invite->expires_at)->isPast())Expired @elsePending @endif |
@if (isset($invite->expires_at) && !\Carbon\Carbon::parse($invite->expires_at)->isPast()) @endif |