getUser(); $enabled = $check->assignedUsers->pluck('id')->search($user->id) !== false; $result = '
  • checked_at) ? 'checked' : '').'> '.$check->content.' '.(!empty($check->checked_at) ? timestampFormat($check->checked_at).' - '.$check->user->username : '').''; if ($level == 0) { $result .= ' '; } $result .= '
  • '; return $result; }