@if($employeeUser) @if ($canManageRoles && !$isClient) @endif @forelse($employeeUser->roles as $role) @if (!$isClient) @endif @empty @endforelse {{-- {{ dd(auth()->user()->currentRole) }} --}} @if (!empty($availableRoles) && count($availableRoles) > 0 && $canManageRoles && !$isClient) @endif @else

No User Attached

Employee record does not have an active user in this account

@endif