User Management

Add and Update additional users for your account.

add_circle Add Management User
{{-- panorama_fish_eye --}} #
Name
Email
Role
@foreach ($user->getTeams as $key => $team)

{{ $team->full_name ?? '' }}

{{ $team->email ?? '' }}

@endforeach @if( $user->getTeams->isEmpty() )

No Record Found

@endif

Client Management

Add and Update additional users for your account.

add_circle Add New Client
{{-- panorama_fish_eye --}} #
Name
Email
Role
@foreach ($user->getClients as $key => $client)

{{ $client->full_name ?? '' }}

{{ $client->email ?? '' }}

@endforeach @if( $user->getClients->isEmpty() )

No Record Found

@endif
@include('livewire.settings.sub-user.add-user') @include('livewire.settings.sub-user.add-client') @include('inc.livewire-loader')